2 * Based on Mans Rullgard's Tango3 DT
3 * https://github.com/mansr/linux-tangox
9 #include <dt-bindings/interrupt-controller/arm-gic.h>
12 interrupt-parent = <&gic>;
16 periph_clk: periph_clk {
17 compatible = "fixed-factor-clock";
18 clocks = <&clkgen CPU_CLK>;
25 compatible = "simple-bus";
26 ranges = <0x00000000 0x20000000 0x2000>;
31 compatible = "arm,cortex-a9-scu";
36 compatible = "arm,cortex-a9-twd-timer";
38 interrupts = <GIC_PPI 13 IRQ_TYPE_EDGE_RISING>;
39 clocks = <&periph_clk>;
43 gic: interrupt-controller@1000 {
44 compatible = "arm,cortex-a9-gic";
45 #interrupt-cells = <3>;
47 reg = <0x1000 0x1000>, <0x100 0x100>;
51 l2cc: l2-cache-controller@20100000 {
52 compatible = "arm,pl310-cache";
53 reg = <0x20100000 0x1000>;
59 compatible = "simple-bus";
60 interrupt-parent = <&irq0>;
66 compatible = "fixed-clock";
67 clock-frequency = <27000000>;
71 clkgen: clkgen@10000 {
72 compatible = "sigma,tango4-clkgen";
79 compatible = "sigma,tick-counter";
85 compatible = "ralink,rt2880-uart";
87 interrupts = <1 IRQ_TYPE_LEVEL_HIGH>;
88 clock-frequency = <7372800>;
92 eth0: ethernet@26000 {
93 compatible = "sigma,smp8734-ethernet";
94 reg = <0x26000 0x800>;
95 interrupts = <38 IRQ_TYPE_LEVEL_HIGH>;
96 clocks = <&clkgen SYS_CLK>;
99 intc: interrupt-controller@6e000 {
100 compatible = "sigma,smp8642-intc";
101 reg = <0x6e000 0x400>;
102 ranges = <0 0x6e000 0x400>;
103 interrupt-parent = <&gic>;
104 interrupt-controller;
105 #address-cells = <1>;
110 interrupt-controller;
111 #interrupt-cells = <2>;
112 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
117 interrupt-controller;
118 #interrupt-cells = <2>;
119 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
124 interrupt-controller;
125 #interrupt-cells = <2>;
126 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;