Skip to content

Commit 9430ff3

Browse files
claudiubezneanoglitch
authored andcommitted
ARM: dts: at91: sama7g5: add tcb nodes
Add TCB nodes. Signed-off-by: Claudiu Beznea <[email protected]> Signed-off-by: Nicolas Ferre <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent e79c589 commit 9430ff3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

arch/arm/boot/dts/sama7g5.dtsi

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,16 @@
144144
clocks = <&clk32k 0>;
145145
};
146146

147+
tcb1: timer@e0800000 {
148+
compatible = "atmel,sama5d2-tcb", "simple-mfd", "syscon";
149+
#address-cells = <1>;
150+
#size-cells = <0>;
151+
reg = <0xe0800000 0x100>;
152+
interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
153+
clocks = <&pmc PMC_TYPE_PERIPHERAL 91>, <&pmc PMC_TYPE_PERIPHERAL 92>, <&pmc PMC_TYPE_PERIPHERAL 93>, <&clk32k 1>;
154+
clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
155+
};
156+
147157
adc: adc@e1000000 {
148158
compatible = "microchip,sama7g5-adc";
149159
reg = <0xe1000000 0x200>;
@@ -461,6 +471,16 @@
461471
status = "disabled";
462472
};
463473

474+
tcb0: timer@e2814000 {
475+
compatible = "atmel,sama5d2-tcb", "simple-mfd", "syscon";
476+
#address-cells = <1>;
477+
#size-cells = <0>;
478+
reg = <0xe2814000 0x100>;
479+
interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
480+
clocks = <&pmc PMC_TYPE_PERIPHERAL 88>, <&pmc PMC_TYPE_PERIPHERAL 89>, <&pmc PMC_TYPE_PERIPHERAL 90>, <&clk32k 1>;
481+
clock-names = "t0_clk", "t1_clk", "t2_clk", "slow_clk";
482+
};
483+
464484
flx8: flexcom@e2818000 {
465485
compatible = "atmel,sama5d2-flexcom";
466486
reg = <0xe2818000 0x200>;

0 commit comments

Comments
 (0)