mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-07-08 23:05:31 +02:00
ARM: shmobile: r8a73a4: Add CMT1 node
This describes all of the CMT1 hardware of the r8a73a4. The node is disabled and may be enabled as necessary by board DTS files. Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
120f038cf0
commit
f7b6523001
|
@ -109,6 +109,17 @@
|
||||||
compatible = "renesas,rmobile-iic";
|
compatible = "renesas,rmobile-iic";
|
||||||
reg = <0 0xe60b0000 0 0x428>;
|
reg = <0 0xe60b0000 0 0x428>;
|
||||||
interrupts = <0 179 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <0 179 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
cmt1: timer@e6130000 {
|
||||||
|
compatible = "renesas,cmt-48-gen2";
|
||||||
|
reg = <0 0xe6130000 0 0x1004>;
|
||||||
|
interrupts = <0 120 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
|
||||||
|
renesas,channels-mask = <0xff>;
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user