2 * Copyright 2013 Texas Instruments, Inc.
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
9 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #include "skeleton.dtsi"
14 model = "Texas Instruments Keystone 2 SoC";
17 interrupt-parent = <&gic>;
24 reg = <0x00000000 0x80000000 0x00000000 0x40000000>;
31 interrupt-parent = <&gic>;
34 compatible = "arm,cortex-a15";
40 compatible = "arm,cortex-a15";
46 compatible = "arm,cortex-a15";
52 compatible = "arm,cortex-a15";
58 gic: interrupt-controller {
59 compatible = "arm,cortex-a15-gic";
60 #interrupt-cells = <3>;
64 reg = <0x0 0x02561000 0x0 0x1000>,
65 <0x0 0x02562000 0x0 0x2000>,
66 <0x0 0x02564000 0x0 0x1000>,
67 <0x0 0x02566000 0x0 0x2000>;
68 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) |
69 IRQ_TYPE_LEVEL_HIGH)>;
73 compatible = "arm,armv7-timer";
76 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
78 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
80 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
82 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
86 compatible = "arm,cortex-a15-pmu";
87 interrupts = <GIC_SPI 20 IRQ_TYPE_EDGE_RISING>,
88 <GIC_SPI 21 IRQ_TYPE_EDGE_RISING>,
89 <GIC_SPI 22 IRQ_TYPE_EDGE_RISING>,
90 <GIC_SPI 23 IRQ_TYPE_EDGE_RISING>;
96 compatible = "ti,keystone","simple-bus";
97 interrupt-parent = <&gic>;
98 ranges = <0x0 0x0 0x0 0xc0000000>;
100 rstctrl: reset-controller {
101 compatible = "ti,keystone-reset";
102 reg = <0x023100e8 4>; /* pll reset control reg */
105 /include/ "keystone-clocks.dtsi"
107 uart0: serial@02530c00 {
108 compatible = "ns16550a";
109 current-speed = <115200>;
112 reg = <0x02530c00 0x100>;
113 clocks = <&clkuart0>;
114 interrupts = <GIC_SPI 277 IRQ_TYPE_EDGE_RISING>;
117 uart1: serial@02531000 {
118 compatible = "ns16550a";
119 current-speed = <115200>;
122 reg = <0x02531000 0x100>;
123 clocks = <&clkuart1>;
124 interrupts = <GIC_SPI 280 IRQ_TYPE_EDGE_RISING>;
128 compatible = "ti,davinci-i2c";
129 reg = <0x02530000 0x400>;
130 clock-frequency = <100000>;
132 interrupts = <GIC_SPI 283 IRQ_TYPE_EDGE_RISING>;
133 #address-cells = <1>;
137 compatible = "at,24c1024";
143 compatible = "ti,davinci-i2c";
144 reg = <0x02530400 0x400>;
145 clock-frequency = <100000>;
147 interrupts = <GIC_SPI 286 IRQ_TYPE_EDGE_RISING>;
151 compatible = "ti,davinci-i2c";
152 reg = <0x02530800 0x400>;
153 clock-frequency = <100000>;
155 interrupts = <GIC_SPI 289 IRQ_TYPE_EDGE_RISING>;
159 compatible = "ti,dm6441-spi";
160 reg = <0x21000400 0x200>;
162 ti,davinci-spi-intr-line = <0>;
163 interrupts = <GIC_SPI 292 IRQ_TYPE_EDGE_RISING>;
168 compatible = "ti,dm6441-spi";
169 reg = <0x21000600 0x200>;
171 ti,davinci-spi-intr-line = <0>;
172 interrupts = <GIC_SPI 296 IRQ_TYPE_EDGE_RISING>;
177 compatible = "ti,dm6441-spi";
178 reg = <0x21000800 0x200>;
180 ti,davinci-spi-intr-line = <0>;
181 interrupts = <GIC_SPI 300 IRQ_TYPE_EDGE_RISING>;
185 usb_phy: usb_phy@2620738 {
186 compatible = "ti,keystone-usbphy";
187 #address-cells = <1>;
189 reg = <0x2620738 32>;
194 compatible = "ti,keystone-dwc3";
195 #address-cells = <1>;
197 reg = <0x2680000 0x10000>;
200 interrupts = <GIC_SPI 393 IRQ_TYPE_EDGE_RISING>;
205 compatible = "synopsys,dwc3";
206 reg = <0x2690000 0x70000>;
207 interrupts = <GIC_SPI 393 IRQ_TYPE_EDGE_RISING>;
208 usb-phy = <&usb_phy>, <&usb_phy>;