diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-05-05 17:49:57 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-12-31 15:50:17 +0100 |
commit | 9bdd4fbb30d1dc3c0dda29bfa9a7e46bd96c8846 (patch) | |
tree | 25c976e66d0fbfd740179740d242686418965ded /arch/arm/boot/dts/sama5d4.dtsi | |
parent | ARM: dts: at91: sama5d4: TC blocks are also simple-mfd and syscon devices (diff) | |
download | linux-9bdd4fbb30d1dc3c0dda29bfa9a7e46bd96c8846.tar.xz linux-9bdd4fbb30d1dc3c0dda29bfa9a7e46bd96c8846.zip |
ARM: dts: at91: sama5d4: Add TCB2
The third TC block is missing from the dtsi. It has no output pins but can
still be used for timers as the IRQ is wired.
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sama5d4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d4.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi index 652c047753f0..373b3621b536 100644 --- a/arch/arm/boot/dts/sama5d4.dtsi +++ b/arch/arm/boot/dts/sama5d4.dtsi @@ -1199,6 +1199,16 @@ clock-names = "t0_clk", "slow_clk"; }; + tcb2: timer@fc024000 { + compatible = "atmel,at91sam9x5-tcb", "simple-mfd", "syscon"; + #address-cells = <1>; + #size-cells = <0>; + reg = <0xfc024000 0x100>; + interrupts = <42 IRQ_TYPE_LEVEL_HIGH 0>; + clocks = <&tcb2_clk>, <&clk32k>; + clock-names = "t0_clk", "slow_clk"; + }; + macb1: ethernet@fc028000 { compatible = "atmel,sama5d4-gem"; reg = <0xfc028000 0x100>; |