diff options
Diffstat (limited to 'arch/arm/boot/dts/sama5d3_tcb1.dtsi')
| -rw-r--r-- | arch/arm/boot/dts/sama5d3_tcb1.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d3_tcb1.dtsi b/arch/arm/boot/dts/sama5d3_tcb1.dtsi index 5264bb4a6998..382b04431f66 100644 --- a/arch/arm/boot/dts/sama5d3_tcb1.dtsi +++ b/arch/arm/boot/dts/sama5d3_tcb1.dtsi | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | 9 | ||
| 10 | #include <dt-bindings/pinctrl/at91.h> | 10 | #include <dt-bindings/pinctrl/at91.h> |
| 11 | #include <dt-bindings/interrupt-controller/irq.h> | 11 | #include <dt-bindings/interrupt-controller/irq.h> |
| 12 | #include <dt-bindings/clk/at91.h> | ||
| 12 | 13 | ||
| 13 | / { | 14 | / { |
| 14 | aliases { | 15 | aliases { |
| @@ -17,10 +18,21 @@ | |||
| 17 | 18 | ||
| 18 | ahb { | 19 | ahb { |
| 19 | apb { | 20 | apb { |
| 21 | pmc: pmc@fffffc00 { | ||
| 22 | periphck { | ||
| 23 | tcb1_clk: tcb1_clk { | ||
| 24 | #clock-cells = <0>; | ||
| 25 | reg = <27>; | ||
| 26 | }; | ||
| 27 | }; | ||
| 28 | }; | ||
| 29 | |||
| 20 | tcb1: timer@f8014000 { | 30 | tcb1: timer@f8014000 { |
| 21 | compatible = "atmel,at91sam9x5-tcb"; | 31 | compatible = "atmel,at91sam9x5-tcb"; |
| 22 | reg = <0xf8014000 0x100>; | 32 | reg = <0xf8014000 0x100>; |
| 23 | interrupts = <27 IRQ_TYPE_LEVEL_HIGH 0>; | 33 | interrupts = <27 IRQ_TYPE_LEVEL_HIGH 0>; |
| 34 | clocks = <&tcb1_clk>; | ||
| 35 | clock-names = "t0_clk"; | ||
| 24 | }; | 36 | }; |
| 25 | }; | 37 | }; |
| 26 | }; | 38 | }; |
