Joseph Lo | 3b86baf | 2013-10-08 15:47:40 +0800 | [diff] [blame] | 1 | #include <dt-bindings/clock/tegra124-car.h> |
Stephen Warren | 0a9375d | 2013-08-05 16:10:02 -0700 | [diff] [blame] | 2 | #include <dt-bindings/gpio/tegra-gpio.h> |
Thierry Reding | 5b605d4 | 2014-06-26 21:22:46 +0200 | [diff] [blame] | 3 | #include <dt-bindings/memory/tegra124-mc.h> |
Laxman Dewangan | 4b20bcb | 2013-12-09 16:03:51 +0530 | [diff] [blame] | 4 | #include <dt-bindings/pinctrl/pinctrl-tegra.h> |
Thierry Reding | ce90d32 | 2014-06-19 13:37:09 +0200 | [diff] [blame] | 5 | #include <dt-bindings/pinctrl/pinctrl-tegra-xusb.h> |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 6 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
Mikko Perttunen | 26b76f8 | 2014-09-26 12:43:11 +0300 | [diff] [blame] | 7 | #include <dt-bindings/thermal/tegra124-soctherm.h> |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 8 | |
| 9 | #include "skeleton.dtsi" |
| 10 | |
| 11 | / { |
| 12 | compatible = "nvidia,tegra124"; |
Marc Zyngier | 870c81a | 2015-03-11 15:43:01 +0000 | [diff] [blame] | 13 | interrupt-parent = <&lic>; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 14 | #address-cells = <2>; |
| 15 | #size-cells = <2>; |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 16 | |
Thierry Reding | ee588e2 | 2014-09-17 10:02:44 -0600 | [diff] [blame] | 17 | pcie-controller@0,01003000 { |
| 18 | compatible = "nvidia,tegra124-pcie"; |
| 19 | device_type = "pci"; |
| 20 | reg = <0x0 0x01003000 0x0 0x00000800 /* PADS registers */ |
| 21 | 0x0 0x01003800 0x0 0x00000800 /* AFI registers */ |
| 22 | 0x0 0x02000000 0x0 0x10000000>; /* configuration space */ |
| 23 | reg-names = "pads", "afi", "cs"; |
| 24 | interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */ |
| 25 | <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */ |
| 26 | interrupt-names = "intr", "msi"; |
| 27 | |
| 28 | #interrupt-cells = <1>; |
| 29 | interrupt-map-mask = <0 0 0 0>; |
| 30 | interrupt-map = <0 0 0 0 &gic GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>; |
| 31 | |
| 32 | bus-range = <0x00 0xff>; |
| 33 | #address-cells = <3>; |
| 34 | #size-cells = <2>; |
| 35 | |
| 36 | ranges = <0x82000000 0 0x01000000 0x0 0x01000000 0 0x00001000 /* port 0 configuration space */ |
| 37 | 0x82000000 0 0x01001000 0x0 0x01001000 0 0x00001000 /* port 1 configuration space */ |
| 38 | 0x81000000 0 0x0 0x0 0x12000000 0 0x00010000 /* downstream I/O (64 KiB) */ |
| 39 | 0x82000000 0 0x13000000 0x0 0x13000000 0 0x0d000000 /* non-prefetchable memory (208 MiB) */ |
| 40 | 0xc2000000 0 0x20000000 0x0 0x20000000 0 0x20000000>; /* prefetchable memory (512 MiB) */ |
| 41 | |
| 42 | clocks = <&tegra_car TEGRA124_CLK_PCIE>, |
| 43 | <&tegra_car TEGRA124_CLK_AFI>, |
| 44 | <&tegra_car TEGRA124_CLK_PLL_E>, |
| 45 | <&tegra_car TEGRA124_CLK_CML0>; |
| 46 | clock-names = "pex", "afi", "pll_e", "cml"; |
| 47 | resets = <&tegra_car 70>, |
| 48 | <&tegra_car 72>, |
| 49 | <&tegra_car 74>; |
| 50 | reset-names = "pex", "afi", "pcie_x"; |
| 51 | status = "disabled"; |
| 52 | |
| 53 | phys = <&padctl TEGRA_XUSB_PADCTL_PCIE>; |
| 54 | phy-names = "pcie"; |
| 55 | |
| 56 | pci@1,0 { |
| 57 | device_type = "pci"; |
| 58 | assigned-addresses = <0x82000800 0 0x01000000 0 0x1000>; |
| 59 | reg = <0x000800 0 0 0 0>; |
| 60 | status = "disabled"; |
| 61 | |
| 62 | #address-cells = <3>; |
| 63 | #size-cells = <2>; |
| 64 | ranges; |
| 65 | |
| 66 | nvidia,num-lanes = <2>; |
| 67 | }; |
| 68 | |
| 69 | pci@2,0 { |
| 70 | device_type = "pci"; |
| 71 | assigned-addresses = <0x82001000 0 0x01001000 0 0x1000>; |
| 72 | reg = <0x001000 0 0 0 0>; |
| 73 | status = "disabled"; |
| 74 | |
| 75 | #address-cells = <3>; |
| 76 | #size-cells = <2>; |
| 77 | ranges; |
| 78 | |
| 79 | nvidia,num-lanes = <1>; |
| 80 | }; |
| 81 | }; |
| 82 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 83 | host1x@0,50000000 { |
Thierry Reding | ad6be7d | 2014-02-28 17:40:22 +0100 | [diff] [blame] | 84 | compatible = "nvidia,tegra124-host1x", "simple-bus"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 85 | reg = <0x0 0x50000000 0x0 0x00034000>; |
Thierry Reding | ad6be7d | 2014-02-28 17:40:22 +0100 | [diff] [blame] | 86 | interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */ |
| 87 | <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */ |
| 88 | clocks = <&tegra_car TEGRA124_CLK_HOST1X>; |
| 89 | resets = <&tegra_car 28>; |
| 90 | reset-names = "host1x"; |
| 91 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 92 | #address-cells = <2>; |
| 93 | #size-cells = <2>; |
Thierry Reding | ad6be7d | 2014-02-28 17:40:22 +0100 | [diff] [blame] | 94 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 95 | ranges = <0 0x54000000 0 0x54000000 0 0x01000000>; |
Thierry Reding | ad6be7d | 2014-02-28 17:40:22 +0100 | [diff] [blame] | 96 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 97 | dc@0,54200000 { |
Thierry Reding | ad6be7d | 2014-02-28 17:40:22 +0100 | [diff] [blame] | 98 | compatible = "nvidia,tegra124-dc"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 99 | reg = <0x0 0x54200000 0x0 0x00040000>; |
Thierry Reding | ad6be7d | 2014-02-28 17:40:22 +0100 | [diff] [blame] | 100 | interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>; |
| 101 | clocks = <&tegra_car TEGRA124_CLK_DISP1>, |
| 102 | <&tegra_car TEGRA124_CLK_PLL_P>; |
| 103 | clock-names = "dc", "parent"; |
| 104 | resets = <&tegra_car 27>; |
| 105 | reset-names = "dc"; |
| 106 | |
Thierry Reding | 5b605d4 | 2014-06-26 21:22:46 +0200 | [diff] [blame] | 107 | iommus = <&mc TEGRA_SWGROUP_DC>; |
| 108 | |
Thierry Reding | ad6be7d | 2014-02-28 17:40:22 +0100 | [diff] [blame] | 109 | nvidia,head = <0>; |
| 110 | }; |
| 111 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 112 | dc@0,54240000 { |
Thierry Reding | ad6be7d | 2014-02-28 17:40:22 +0100 | [diff] [blame] | 113 | compatible = "nvidia,tegra124-dc"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 114 | reg = <0x0 0x54240000 0x0 0x00040000>; |
Thierry Reding | ad6be7d | 2014-02-28 17:40:22 +0100 | [diff] [blame] | 115 | interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>; |
| 116 | clocks = <&tegra_car TEGRA124_CLK_DISP2>, |
| 117 | <&tegra_car TEGRA124_CLK_PLL_P>; |
| 118 | clock-names = "dc", "parent"; |
| 119 | resets = <&tegra_car 26>; |
| 120 | reset-names = "dc"; |
| 121 | |
Thierry Reding | 5b605d4 | 2014-06-26 21:22:46 +0200 | [diff] [blame] | 122 | iommus = <&mc TEGRA_SWGROUP_DCB>; |
| 123 | |
Thierry Reding | ad6be7d | 2014-02-28 17:40:22 +0100 | [diff] [blame] | 124 | nvidia,head = <1>; |
| 125 | }; |
Thierry Reding | d72be03 | 2014-02-28 17:40:23 +0100 | [diff] [blame] | 126 | |
Thierry Reding | 9dd604d | 2014-04-25 17:44:45 +0200 | [diff] [blame] | 127 | hdmi@0,54280000 { |
| 128 | compatible = "nvidia,tegra124-hdmi"; |
| 129 | reg = <0x0 0x54280000 0x0 0x00040000>; |
| 130 | interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; |
| 131 | clocks = <&tegra_car TEGRA124_CLK_HDMI>, |
| 132 | <&tegra_car TEGRA124_CLK_PLL_D2_OUT0>; |
| 133 | clock-names = "hdmi", "parent"; |
| 134 | resets = <&tegra_car 51>; |
| 135 | reset-names = "hdmi"; |
| 136 | status = "disabled"; |
| 137 | }; |
| 138 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 139 | sor@0,54540000 { |
Thierry Reding | d72be03 | 2014-02-28 17:40:23 +0100 | [diff] [blame] | 140 | compatible = "nvidia,tegra124-sor"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 141 | reg = <0x0 0x54540000 0x0 0x00040000>; |
Thierry Reding | d72be03 | 2014-02-28 17:40:23 +0100 | [diff] [blame] | 142 | interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>; |
| 143 | clocks = <&tegra_car TEGRA124_CLK_SOR0>, |
| 144 | <&tegra_car TEGRA124_CLK_PLL_D_OUT0>, |
| 145 | <&tegra_car TEGRA124_CLK_PLL_DP>, |
| 146 | <&tegra_car TEGRA124_CLK_CLK_M>; |
| 147 | clock-names = "sor", "parent", "dp", "safe"; |
| 148 | resets = <&tegra_car 182>; |
| 149 | reset-names = "sor"; |
| 150 | status = "disabled"; |
| 151 | }; |
| 152 | |
Dylan Reid | edfbad0 | 2014-09-04 15:20:34 -0700 | [diff] [blame] | 153 | dpaux: dpaux@0,545c0000 { |
Thierry Reding | d72be03 | 2014-02-28 17:40:23 +0100 | [diff] [blame] | 154 | compatible = "nvidia,tegra124-dpaux"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 155 | reg = <0x0 0x545c0000 0x0 0x00040000>; |
Thierry Reding | d72be03 | 2014-02-28 17:40:23 +0100 | [diff] [blame] | 156 | interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>; |
| 157 | clocks = <&tegra_car TEGRA124_CLK_DPAUX>, |
| 158 | <&tegra_car TEGRA124_CLK_PLL_DP>; |
| 159 | clock-names = "dpaux", "parent"; |
| 160 | resets = <&tegra_car 181>; |
| 161 | reset-names = "dpaux"; |
| 162 | status = "disabled"; |
| 163 | }; |
Thierry Reding | ad6be7d | 2014-02-28 17:40:22 +0100 | [diff] [blame] | 164 | }; |
| 165 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 166 | gic: interrupt-controller@0,50041000 { |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 167 | compatible = "arm,cortex-a15-gic"; |
| 168 | #interrupt-cells = <3>; |
| 169 | interrupt-controller; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 170 | reg = <0x0 0x50041000 0x0 0x1000>, |
| 171 | <0x0 0x50042000 0x0 0x1000>, |
| 172 | <0x0 0x50044000 0x0 0x2000>, |
| 173 | <0x0 0x50046000 0x0 0x2000>; |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 174 | interrupts = <GIC_PPI 9 |
| 175 | (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; |
Marc Zyngier | 870c81a | 2015-03-11 15:43:01 +0000 | [diff] [blame] | 176 | interrupt-parent = <&gic>; |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 177 | }; |
| 178 | |
Thierry Reding | d86b1e8 | 2014-06-26 14:33:34 +0900 | [diff] [blame] | 179 | gpu@0,57000000 { |
| 180 | compatible = "nvidia,gk20a"; |
| 181 | reg = <0x0 0x57000000 0x0 0x01000000>, |
| 182 | <0x0 0x58000000 0x0 0x01000000>; |
| 183 | interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>, |
| 184 | <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>; |
| 185 | interrupt-names = "stall", "nonstall"; |
| 186 | clocks = <&tegra_car TEGRA124_CLK_GPU>, |
| 187 | <&tegra_car TEGRA124_CLK_PLL_P_OUT5>; |
| 188 | clock-names = "gpu", "pwr"; |
| 189 | resets = <&tegra_car 184>; |
| 190 | reset-names = "gpu"; |
| 191 | status = "disabled"; |
| 192 | }; |
| 193 | |
Marc Zyngier | 870c81a | 2015-03-11 15:43:01 +0000 | [diff] [blame] | 194 | lic: interrupt-controller@60004000 { |
| 195 | compatible = "nvidia,tegra124-ictlr", "nvidia,tegra30-ictlr"; |
| 196 | reg = <0x0 0x60004000 0x0 0x100>, |
| 197 | <0x0 0x60004100 0x0 0x100>, |
| 198 | <0x0 0x60004200 0x0 0x100>, |
| 199 | <0x0 0x60004300 0x0 0x100>, |
| 200 | <0x0 0x60004400 0x0 0x100>; |
| 201 | interrupt-controller; |
| 202 | #interrupt-cells = <3>; |
| 203 | interrupt-parent = <&gic>; |
| 204 | }; |
| 205 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 206 | timer@0,60005000 { |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 207 | compatible = "nvidia,tegra124-timer", "nvidia,tegra20-timer"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 208 | reg = <0x0 0x60005000 0x0 0x400>; |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 209 | interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, |
| 210 | <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>, |
| 211 | <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>, |
| 212 | <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>, |
| 213 | <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>, |
| 214 | <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>; |
Joseph Lo | 3b86baf | 2013-10-08 15:47:40 +0800 | [diff] [blame] | 215 | clocks = <&tegra_car TEGRA124_CLK_TIMER>; |
| 216 | }; |
| 217 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 218 | tegra_car: clock@0,60006000 { |
Joseph Lo | 3b86baf | 2013-10-08 15:47:40 +0800 | [diff] [blame] | 219 | compatible = "nvidia,tegra124-car"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 220 | reg = <0x0 0x60006000 0x0 0x1000>; |
Joseph Lo | 3b86baf | 2013-10-08 15:47:40 +0800 | [diff] [blame] | 221 | #clock-cells = <1>; |
Stephen Warren | f71e4f0 | 2013-11-07 12:20:57 -0700 | [diff] [blame] | 222 | #reset-cells = <1>; |
Mikko Perttunen | b273c88 | 2015-03-12 15:48:00 +0100 | [diff] [blame] | 223 | nvidia,external-memory-controller = <&emc>; |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 224 | }; |
| 225 | |
Thierry Reding | b102313 | 2014-08-26 08:14:03 +0200 | [diff] [blame] | 226 | flow-controller@0,60007000 { |
| 227 | compatible = "nvidia,tegra124-flowctrl"; |
| 228 | reg = <0x0 0x60007000 0x0 0x1000>; |
| 229 | }; |
| 230 | |
Tomeu Vizoso | c5f8e8c | 2015-03-17 10:36:18 +0100 | [diff] [blame] | 231 | actmon@0,6000c800 { |
| 232 | compatible = "nvidia,tegra124-actmon"; |
| 233 | reg = <0x0 0x6000c800 0x0 0x400>; |
| 234 | interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>; |
| 235 | clocks = <&tegra_car TEGRA124_CLK_ACTMON>, |
| 236 | <&tegra_car TEGRA124_CLK_EMC>; |
| 237 | clock-names = "actmon", "emc"; |
| 238 | resets = <&tegra_car 119>; |
| 239 | reset-names = "actmon"; |
| 240 | }; |
| 241 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 242 | gpio: gpio@0,6000d000 { |
Stephen Warren | 0a9375d | 2013-08-05 16:10:02 -0700 | [diff] [blame] | 243 | compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 244 | reg = <0x0 0x6000d000 0x0 0x1000>; |
Stephen Warren | 0a9375d | 2013-08-05 16:10:02 -0700 | [diff] [blame] | 245 | interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>, |
| 246 | <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>, |
| 247 | <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>, |
| 248 | <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>, |
| 249 | <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>, |
| 250 | <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>, |
| 251 | <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>, |
| 252 | <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>; |
| 253 | #gpio-cells = <2>; |
| 254 | gpio-controller; |
| 255 | #interrupt-cells = <2>; |
| 256 | interrupt-controller; |
| 257 | }; |
| 258 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 259 | apbdma: dma@0,60020000 { |
Stephen Warren | 2f5a913 | 2013-11-15 12:22:53 -0700 | [diff] [blame] | 260 | compatible = "nvidia,tegra124-apbdma", "nvidia,tegra148-apbdma"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 261 | reg = <0x0 0x60020000 0x0 0x1400>; |
Stephen Warren | 2f5a913 | 2013-11-15 12:22:53 -0700 | [diff] [blame] | 262 | interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>, |
| 263 | <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>, |
| 264 | <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>, |
| 265 | <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>, |
| 266 | <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>, |
| 267 | <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>, |
| 268 | <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>, |
| 269 | <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>, |
| 270 | <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>, |
| 271 | <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>, |
| 272 | <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>, |
| 273 | <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>, |
| 274 | <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>, |
| 275 | <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>, |
| 276 | <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>, |
| 277 | <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>, |
| 278 | <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>, |
| 279 | <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>, |
| 280 | <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>, |
| 281 | <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>, |
| 282 | <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>, |
| 283 | <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>, |
| 284 | <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>, |
| 285 | <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>, |
| 286 | <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>, |
| 287 | <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>, |
| 288 | <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>, |
| 289 | <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>, |
| 290 | <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>, |
| 291 | <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>, |
| 292 | <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>, |
| 293 | <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>; |
| 294 | clocks = <&tegra_car TEGRA124_CLK_APBDMA>; |
| 295 | resets = <&tegra_car 34>; |
| 296 | reset-names = "dma"; |
| 297 | #dma-cells = <1>; |
| 298 | }; |
| 299 | |
Peter De Schrijver | 155dfc7 | 2014-06-12 18:36:38 +0300 | [diff] [blame] | 300 | apbmisc@0,70000800 { |
| 301 | compatible = "nvidia,tegra124-apbmisc", "nvidia,tegra20-apbmisc"; |
| 302 | reg = <0x0 0x70000800 0x0 0x64>, /* Chip revision */ |
| 303 | <0x0 0x7000E864 0x0 0x04>; /* Strapping options */ |
| 304 | }; |
| 305 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 306 | pinmux: pinmux@0,70000868 { |
Stephen Warren | caefe63 | 2013-11-01 14:03:59 -0600 | [diff] [blame] | 307 | compatible = "nvidia,tegra124-pinmux"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 308 | reg = <0x0 0x70000868 0x0 0x164>, /* Pad control registers */ |
Sean Paul | 49727d3 | 2014-09-09 15:58:46 -0400 | [diff] [blame] | 309 | <0x0 0x70003000 0x0 0x434>, /* Mux registers */ |
| 310 | <0x0 0x70000820 0x0 0x008>; /* MIPI pad control */ |
Stephen Warren | caefe63 | 2013-11-01 14:03:59 -0600 | [diff] [blame] | 311 | }; |
| 312 | |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 313 | /* |
| 314 | * There are two serial driver i.e. 8250 based simple serial |
| 315 | * driver and APB DMA based serial driver for higher baudrate |
| 316 | * and performace. To enable the 8250 based driver, the compatible |
| 317 | * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable |
| 318 | * the APB DMA based serial driver, the comptible is |
| 319 | * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart". |
| 320 | */ |
Lucas Stach | 121a2f6 | 2014-11-03 23:20:04 +0100 | [diff] [blame] | 321 | uarta: serial@0,70006000 { |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 322 | compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 323 | reg = <0x0 0x70006000 0x0 0x40>; |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 324 | reg-shift = <2>; |
| 325 | interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; |
Joseph Lo | 3b86baf | 2013-10-08 15:47:40 +0800 | [diff] [blame] | 326 | clocks = <&tegra_car TEGRA124_CLK_UARTA>; |
Stephen Warren | f71e4f0 | 2013-11-07 12:20:57 -0700 | [diff] [blame] | 327 | resets = <&tegra_car 6>; |
| 328 | reset-names = "serial"; |
Stephen Warren | 2f5a913 | 2013-11-15 12:22:53 -0700 | [diff] [blame] | 329 | dmas = <&apbdma 8>, <&apbdma 8>; |
| 330 | dma-names = "rx", "tx"; |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 331 | status = "disabled"; |
| 332 | }; |
| 333 | |
Lucas Stach | 121a2f6 | 2014-11-03 23:20:04 +0100 | [diff] [blame] | 334 | uartb: serial@0,70006040 { |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 335 | compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 336 | reg = <0x0 0x70006040 0x0 0x40>; |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 337 | reg-shift = <2>; |
| 338 | interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; |
Joseph Lo | 3b86baf | 2013-10-08 15:47:40 +0800 | [diff] [blame] | 339 | clocks = <&tegra_car TEGRA124_CLK_UARTB>; |
Stephen Warren | f71e4f0 | 2013-11-07 12:20:57 -0700 | [diff] [blame] | 340 | resets = <&tegra_car 7>; |
| 341 | reset-names = "serial"; |
Stephen Warren | 2f5a913 | 2013-11-15 12:22:53 -0700 | [diff] [blame] | 342 | dmas = <&apbdma 9>, <&apbdma 9>; |
| 343 | dma-names = "rx", "tx"; |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 344 | status = "disabled"; |
| 345 | }; |
| 346 | |
Lucas Stach | 121a2f6 | 2014-11-03 23:20:04 +0100 | [diff] [blame] | 347 | uartc: serial@0,70006200 { |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 348 | compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 349 | reg = <0x0 0x70006200 0x0 0x40>; |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 350 | reg-shift = <2>; |
| 351 | interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>; |
Joseph Lo | 3b86baf | 2013-10-08 15:47:40 +0800 | [diff] [blame] | 352 | clocks = <&tegra_car TEGRA124_CLK_UARTC>; |
Stephen Warren | f71e4f0 | 2013-11-07 12:20:57 -0700 | [diff] [blame] | 353 | resets = <&tegra_car 55>; |
| 354 | reset-names = "serial"; |
Stephen Warren | 2f5a913 | 2013-11-15 12:22:53 -0700 | [diff] [blame] | 355 | dmas = <&apbdma 10>, <&apbdma 10>; |
| 356 | dma-names = "rx", "tx"; |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 357 | status = "disabled"; |
| 358 | }; |
| 359 | |
Lucas Stach | 121a2f6 | 2014-11-03 23:20:04 +0100 | [diff] [blame] | 360 | uartd: serial@0,70006300 { |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 361 | compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 362 | reg = <0x0 0x70006300 0x0 0x40>; |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 363 | reg-shift = <2>; |
| 364 | interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>; |
Joseph Lo | 3b86baf | 2013-10-08 15:47:40 +0800 | [diff] [blame] | 365 | clocks = <&tegra_car TEGRA124_CLK_UARTD>; |
Stephen Warren | f71e4f0 | 2013-11-07 12:20:57 -0700 | [diff] [blame] | 366 | resets = <&tegra_car 65>; |
| 367 | reset-names = "serial"; |
Stephen Warren | 2f5a913 | 2013-11-15 12:22:53 -0700 | [diff] [blame] | 368 | dmas = <&apbdma 19>, <&apbdma 19>; |
| 369 | dma-names = "rx", "tx"; |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 370 | status = "disabled"; |
| 371 | }; |
| 372 | |
Dylan Reid | edfbad0 | 2014-09-04 15:20:34 -0700 | [diff] [blame] | 373 | pwm: pwm@0,7000a000 { |
Thierry Reding | 111a1fc | 2013-11-18 17:00:34 +0100 | [diff] [blame] | 374 | compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 375 | reg = <0x0 0x7000a000 0x0 0x100>; |
Thierry Reding | 111a1fc | 2013-11-18 17:00:34 +0100 | [diff] [blame] | 376 | #pwm-cells = <2>; |
| 377 | clocks = <&tegra_car TEGRA124_CLK_PWM>; |
| 378 | resets = <&tegra_car 17>; |
| 379 | reset-names = "pwm"; |
| 380 | status = "disabled"; |
| 381 | }; |
| 382 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 383 | i2c@0,7000c000 { |
Stephen Warren | 4f60746 | 2013-12-03 16:29:04 -0700 | [diff] [blame] | 384 | compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 385 | reg = <0x0 0x7000c000 0x0 0x100>; |
Stephen Warren | 4f60746 | 2013-12-03 16:29:04 -0700 | [diff] [blame] | 386 | interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>; |
| 387 | #address-cells = <1>; |
| 388 | #size-cells = <0>; |
| 389 | clocks = <&tegra_car TEGRA124_CLK_I2C1>; |
| 390 | clock-names = "div-clk"; |
| 391 | resets = <&tegra_car 12>; |
| 392 | reset-names = "i2c"; |
| 393 | dmas = <&apbdma 21>, <&apbdma 21>; |
| 394 | dma-names = "rx", "tx"; |
| 395 | status = "disabled"; |
| 396 | }; |
| 397 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 398 | i2c@0,7000c400 { |
Stephen Warren | 4f60746 | 2013-12-03 16:29:04 -0700 | [diff] [blame] | 399 | compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 400 | reg = <0x0 0x7000c400 0x0 0x100>; |
Stephen Warren | 4f60746 | 2013-12-03 16:29:04 -0700 | [diff] [blame] | 401 | interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>; |
| 402 | #address-cells = <1>; |
| 403 | #size-cells = <0>; |
| 404 | clocks = <&tegra_car TEGRA124_CLK_I2C2>; |
| 405 | clock-names = "div-clk"; |
| 406 | resets = <&tegra_car 54>; |
| 407 | reset-names = "i2c"; |
| 408 | dmas = <&apbdma 22>, <&apbdma 22>; |
| 409 | dma-names = "rx", "tx"; |
| 410 | status = "disabled"; |
| 411 | }; |
| 412 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 413 | i2c@0,7000c500 { |
Stephen Warren | 4f60746 | 2013-12-03 16:29:04 -0700 | [diff] [blame] | 414 | compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 415 | reg = <0x0 0x7000c500 0x0 0x100>; |
Stephen Warren | 4f60746 | 2013-12-03 16:29:04 -0700 | [diff] [blame] | 416 | interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>; |
| 417 | #address-cells = <1>; |
| 418 | #size-cells = <0>; |
| 419 | clocks = <&tegra_car TEGRA124_CLK_I2C3>; |
| 420 | clock-names = "div-clk"; |
| 421 | resets = <&tegra_car 67>; |
| 422 | reset-names = "i2c"; |
| 423 | dmas = <&apbdma 23>, <&apbdma 23>; |
| 424 | dma-names = "rx", "tx"; |
| 425 | status = "disabled"; |
| 426 | }; |
| 427 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 428 | i2c@0,7000c700 { |
Stephen Warren | 4f60746 | 2013-12-03 16:29:04 -0700 | [diff] [blame] | 429 | compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 430 | reg = <0x0 0x7000c700 0x0 0x100>; |
Stephen Warren | 4f60746 | 2013-12-03 16:29:04 -0700 | [diff] [blame] | 431 | interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>; |
| 432 | #address-cells = <1>; |
| 433 | #size-cells = <0>; |
| 434 | clocks = <&tegra_car TEGRA124_CLK_I2C4>; |
| 435 | clock-names = "div-clk"; |
| 436 | resets = <&tegra_car 103>; |
| 437 | reset-names = "i2c"; |
| 438 | dmas = <&apbdma 26>, <&apbdma 26>; |
| 439 | dma-names = "rx", "tx"; |
| 440 | status = "disabled"; |
| 441 | }; |
| 442 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 443 | i2c@0,7000d000 { |
Stephen Warren | 4f60746 | 2013-12-03 16:29:04 -0700 | [diff] [blame] | 444 | compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 445 | reg = <0x0 0x7000d000 0x0 0x100>; |
Stephen Warren | 4f60746 | 2013-12-03 16:29:04 -0700 | [diff] [blame] | 446 | interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>; |
| 447 | #address-cells = <1>; |
| 448 | #size-cells = <0>; |
| 449 | clocks = <&tegra_car TEGRA124_CLK_I2C5>; |
| 450 | clock-names = "div-clk"; |
| 451 | resets = <&tegra_car 47>; |
| 452 | reset-names = "i2c"; |
| 453 | dmas = <&apbdma 24>, <&apbdma 24>; |
| 454 | dma-names = "rx", "tx"; |
| 455 | status = "disabled"; |
| 456 | }; |
| 457 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 458 | i2c@0,7000d100 { |
Stephen Warren | 4f60746 | 2013-12-03 16:29:04 -0700 | [diff] [blame] | 459 | compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 460 | reg = <0x0 0x7000d100 0x0 0x100>; |
Stephen Warren | 4f60746 | 2013-12-03 16:29:04 -0700 | [diff] [blame] | 461 | interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>; |
| 462 | #address-cells = <1>; |
| 463 | #size-cells = <0>; |
| 464 | clocks = <&tegra_car TEGRA124_CLK_I2C6>; |
| 465 | clock-names = "div-clk"; |
| 466 | resets = <&tegra_car 166>; |
| 467 | reset-names = "i2c"; |
| 468 | dmas = <&apbdma 30>, <&apbdma 30>; |
| 469 | dma-names = "rx", "tx"; |
| 470 | status = "disabled"; |
| 471 | }; |
| 472 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 473 | spi@0,7000d400 { |
Thierry Reding | 9f1ac56 | 2013-12-13 17:24:05 +0100 | [diff] [blame] | 474 | compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 475 | reg = <0x0 0x7000d400 0x0 0x200>; |
Thierry Reding | 9f1ac56 | 2013-12-13 17:24:05 +0100 | [diff] [blame] | 476 | interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>; |
| 477 | #address-cells = <1>; |
| 478 | #size-cells = <0>; |
| 479 | clocks = <&tegra_car TEGRA124_CLK_SBC1>; |
| 480 | clock-names = "spi"; |
| 481 | resets = <&tegra_car 41>; |
| 482 | reset-names = "spi"; |
| 483 | dmas = <&apbdma 15>, <&apbdma 15>; |
| 484 | dma-names = "rx", "tx"; |
| 485 | status = "disabled"; |
| 486 | }; |
| 487 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 488 | spi@0,7000d600 { |
Thierry Reding | 9f1ac56 | 2013-12-13 17:24:05 +0100 | [diff] [blame] | 489 | compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 490 | reg = <0x0 0x7000d600 0x0 0x200>; |
Thierry Reding | 9f1ac56 | 2013-12-13 17:24:05 +0100 | [diff] [blame] | 491 | interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; |
| 492 | #address-cells = <1>; |
| 493 | #size-cells = <0>; |
| 494 | clocks = <&tegra_car TEGRA124_CLK_SBC2>; |
| 495 | clock-names = "spi"; |
| 496 | resets = <&tegra_car 44>; |
| 497 | reset-names = "spi"; |
| 498 | dmas = <&apbdma 16>, <&apbdma 16>; |
| 499 | dma-names = "rx", "tx"; |
| 500 | status = "disabled"; |
| 501 | }; |
| 502 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 503 | spi@0,7000d800 { |
Thierry Reding | 9f1ac56 | 2013-12-13 17:24:05 +0100 | [diff] [blame] | 504 | compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 505 | reg = <0x0 0x7000d800 0x0 0x200>; |
Thierry Reding | 9f1ac56 | 2013-12-13 17:24:05 +0100 | [diff] [blame] | 506 | interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>; |
| 507 | #address-cells = <1>; |
| 508 | #size-cells = <0>; |
| 509 | clocks = <&tegra_car TEGRA124_CLK_SBC3>; |
| 510 | clock-names = "spi"; |
| 511 | resets = <&tegra_car 46>; |
| 512 | reset-names = "spi"; |
| 513 | dmas = <&apbdma 17>, <&apbdma 17>; |
| 514 | dma-names = "rx", "tx"; |
| 515 | status = "disabled"; |
| 516 | }; |
| 517 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 518 | spi@0,7000da00 { |
Thierry Reding | 9f1ac56 | 2013-12-13 17:24:05 +0100 | [diff] [blame] | 519 | compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 520 | reg = <0x0 0x7000da00 0x0 0x200>; |
Thierry Reding | 9f1ac56 | 2013-12-13 17:24:05 +0100 | [diff] [blame] | 521 | interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>; |
| 522 | #address-cells = <1>; |
| 523 | #size-cells = <0>; |
| 524 | clocks = <&tegra_car TEGRA124_CLK_SBC4>; |
| 525 | clock-names = "spi"; |
| 526 | resets = <&tegra_car 68>; |
| 527 | reset-names = "spi"; |
| 528 | dmas = <&apbdma 18>, <&apbdma 18>; |
| 529 | dma-names = "rx", "tx"; |
| 530 | status = "disabled"; |
| 531 | }; |
| 532 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 533 | spi@0,7000dc00 { |
Thierry Reding | 9f1ac56 | 2013-12-13 17:24:05 +0100 | [diff] [blame] | 534 | compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 535 | reg = <0x0 0x7000dc00 0x0 0x200>; |
Thierry Reding | 9f1ac56 | 2013-12-13 17:24:05 +0100 | [diff] [blame] | 536 | interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>; |
| 537 | #address-cells = <1>; |
| 538 | #size-cells = <0>; |
| 539 | clocks = <&tegra_car TEGRA124_CLK_SBC5>; |
| 540 | clock-names = "spi"; |
| 541 | resets = <&tegra_car 104>; |
| 542 | reset-names = "spi"; |
| 543 | dmas = <&apbdma 27>, <&apbdma 27>; |
| 544 | dma-names = "rx", "tx"; |
| 545 | status = "disabled"; |
| 546 | }; |
| 547 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 548 | spi@0,7000de00 { |
Thierry Reding | 9f1ac56 | 2013-12-13 17:24:05 +0100 | [diff] [blame] | 549 | compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 550 | reg = <0x0 0x7000de00 0x0 0x200>; |
Thierry Reding | 9f1ac56 | 2013-12-13 17:24:05 +0100 | [diff] [blame] | 551 | interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>; |
| 552 | #address-cells = <1>; |
| 553 | #size-cells = <0>; |
| 554 | clocks = <&tegra_car TEGRA124_CLK_SBC6>; |
| 555 | clock-names = "spi"; |
| 556 | resets = <&tegra_car 105>; |
| 557 | reset-names = "spi"; |
| 558 | dmas = <&apbdma 28>, <&apbdma 28>; |
| 559 | dma-names = "rx", "tx"; |
| 560 | status = "disabled"; |
| 561 | }; |
| 562 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 563 | rtc@0,7000e000 { |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 564 | compatible = "nvidia,tegra124-rtc", "nvidia,tegra20-rtc"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 565 | reg = <0x0 0x7000e000 0x0 0x100>; |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 566 | interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>; |
Joseph Lo | 3b86baf | 2013-10-08 15:47:40 +0800 | [diff] [blame] | 567 | clocks = <&tegra_car TEGRA124_CLK_RTC>; |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 568 | }; |
| 569 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 570 | pmc@0,7000e400 { |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 571 | compatible = "nvidia,tegra124-pmc"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 572 | reg = <0x0 0x7000e400 0x0 0x400>; |
Joseph Lo | 3b86baf | 2013-10-08 15:47:40 +0800 | [diff] [blame] | 573 | clocks = <&tegra_car TEGRA124_CLK_PCLK>, <&clk32k_in>; |
| 574 | clock-names = "pclk", "clk32k_in"; |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 575 | }; |
| 576 | |
Peter De Schrijver | 155dfc7 | 2014-06-12 18:36:38 +0300 | [diff] [blame] | 577 | fuse@0,7000f800 { |
| 578 | compatible = "nvidia,tegra124-efuse"; |
| 579 | reg = <0x0 0x7000f800 0x0 0x400>; |
| 580 | clocks = <&tegra_car TEGRA124_CLK_FUSE>; |
| 581 | clock-names = "fuse"; |
| 582 | resets = <&tegra_car 39>; |
| 583 | reset-names = "fuse"; |
| 584 | }; |
| 585 | |
Thierry Reding | b26ea06 | 2014-04-16 09:09:34 +0200 | [diff] [blame] | 586 | mc: memory-controller@0,70019000 { |
| 587 | compatible = "nvidia,tegra124-mc"; |
| 588 | reg = <0x0 0x70019000 0x0 0x1000>; |
| 589 | clocks = <&tegra_car TEGRA124_CLK_MC>; |
| 590 | clock-names = "mc"; |
| 591 | |
| 592 | interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>; |
| 593 | |
| 594 | #iommu-cells = <1>; |
| 595 | }; |
| 596 | |
Mikko Perttunen | b273c88 | 2015-03-12 15:48:00 +0100 | [diff] [blame] | 597 | emc: emc@0,7001b000 { |
| 598 | compatible = "nvidia,tegra124-emc"; |
| 599 | reg = <0x0 0x7001b000 0x0 0x1000>; |
| 600 | |
| 601 | nvidia,memory-controller = <&mc>; |
| 602 | }; |
| 603 | |
Mikko Perttunen | fdd6909 | 2014-07-16 11:54:17 +0300 | [diff] [blame] | 604 | sata@0,70020000 { |
| 605 | compatible = "nvidia,tegra124-ahci"; |
| 606 | |
| 607 | reg = <0x0 0x70027000 0x0 0x2000>, /* AHCI */ |
| 608 | <0x0 0x70020000 0x0 0x7000>; /* SATA */ |
| 609 | |
| 610 | interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; |
| 611 | |
| 612 | clocks = <&tegra_car TEGRA124_CLK_SATA>, |
| 613 | <&tegra_car TEGRA124_CLK_SATA_OOB>, |
| 614 | <&tegra_car TEGRA124_CLK_CML1>, |
| 615 | <&tegra_car TEGRA124_CLK_PLL_E>; |
| 616 | clock-names = "sata", "sata-oob", "cml1", "pll_e"; |
| 617 | |
| 618 | resets = <&tegra_car 124>, |
| 619 | <&tegra_car 123>, |
| 620 | <&tegra_car 129>; |
| 621 | reset-names = "sata", "sata-oob", "sata-cold"; |
| 622 | |
| 623 | phys = <&padctl TEGRA_XUSB_PADCTL_SATA>; |
| 624 | phy-names = "sata-phy"; |
| 625 | |
| 626 | status = "disabled"; |
| 627 | }; |
| 628 | |
Dylan Reid | 6389cb3 | 2014-05-19 19:35:45 -0700 | [diff] [blame] | 629 | hda@0,70030000 { |
| 630 | compatible = "nvidia,tegra124-hda", "nvidia,tegra30-hda"; |
| 631 | reg = <0x0 0x70030000 0x0 0x10000>; |
| 632 | interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>; |
| 633 | clocks = <&tegra_car TEGRA124_CLK_HDA>, |
| 634 | <&tegra_car TEGRA124_CLK_HDA2HDMI>, |
| 635 | <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>; |
Marcel Ziswiler | 869bd18 | 2015-04-10 23:36:00 +0200 | [diff] [blame^] | 636 | clock-names = "hda", "hda2hdmi", "hda2codec_2x"; |
Dylan Reid | 6389cb3 | 2014-05-19 19:35:45 -0700 | [diff] [blame] | 637 | resets = <&tegra_car 125>, /* hda */ |
| 638 | <&tegra_car 128>, /* hda2hdmi */ |
| 639 | <&tegra_car 111>; /* hda2codec_2x */ |
Marcel Ziswiler | 869bd18 | 2015-04-10 23:36:00 +0200 | [diff] [blame^] | 640 | reset-names = "hda", "hda2hdmi", "hda2codec_2x"; |
Dylan Reid | 6389cb3 | 2014-05-19 19:35:45 -0700 | [diff] [blame] | 641 | status = "disabled"; |
| 642 | }; |
| 643 | |
Thierry Reding | ce90d32 | 2014-06-19 13:37:09 +0200 | [diff] [blame] | 644 | padctl: padctl@0,7009f000 { |
| 645 | compatible = "nvidia,tegra124-xusb-padctl"; |
| 646 | reg = <0x0 0x7009f000 0x0 0x1000>; |
| 647 | resets = <&tegra_car 142>; |
| 648 | reset-names = "padctl"; |
| 649 | |
| 650 | #phy-cells = <1>; |
| 651 | }; |
| 652 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 653 | sdhci@0,700b0000 { |
Stephen Warren | 784c744 | 2013-10-31 17:23:05 -0600 | [diff] [blame] | 654 | compatible = "nvidia,tegra124-sdhci"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 655 | reg = <0x0 0x700b0000 0x0 0x200>; |
Stephen Warren | 784c744 | 2013-10-31 17:23:05 -0600 | [diff] [blame] | 656 | interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>; |
| 657 | clocks = <&tegra_car TEGRA124_CLK_SDMMC1>; |
| 658 | resets = <&tegra_car 14>; |
| 659 | reset-names = "sdhci"; |
Thierry Reding | e2b6d77 | 2014-02-25 16:31:40 +0100 | [diff] [blame] | 660 | status = "disabled"; |
Stephen Warren | 784c744 | 2013-10-31 17:23:05 -0600 | [diff] [blame] | 661 | }; |
| 662 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 663 | sdhci@0,700b0200 { |
Stephen Warren | 784c744 | 2013-10-31 17:23:05 -0600 | [diff] [blame] | 664 | compatible = "nvidia,tegra124-sdhci"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 665 | reg = <0x0 0x700b0200 0x0 0x200>; |
Stephen Warren | 784c744 | 2013-10-31 17:23:05 -0600 | [diff] [blame] | 666 | interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>; |
| 667 | clocks = <&tegra_car TEGRA124_CLK_SDMMC2>; |
| 668 | resets = <&tegra_car 9>; |
| 669 | reset-names = "sdhci"; |
Thierry Reding | e2b6d77 | 2014-02-25 16:31:40 +0100 | [diff] [blame] | 670 | status = "disabled"; |
Stephen Warren | 784c744 | 2013-10-31 17:23:05 -0600 | [diff] [blame] | 671 | }; |
| 672 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 673 | sdhci@0,700b0400 { |
Stephen Warren | 784c744 | 2013-10-31 17:23:05 -0600 | [diff] [blame] | 674 | compatible = "nvidia,tegra124-sdhci"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 675 | reg = <0x0 0x700b0400 0x0 0x200>; |
Stephen Warren | 784c744 | 2013-10-31 17:23:05 -0600 | [diff] [blame] | 676 | interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>; |
| 677 | clocks = <&tegra_car TEGRA124_CLK_SDMMC3>; |
| 678 | resets = <&tegra_car 69>; |
| 679 | reset-names = "sdhci"; |
Thierry Reding | e2b6d77 | 2014-02-25 16:31:40 +0100 | [diff] [blame] | 680 | status = "disabled"; |
Stephen Warren | 784c744 | 2013-10-31 17:23:05 -0600 | [diff] [blame] | 681 | }; |
| 682 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 683 | sdhci@0,700b0600 { |
Stephen Warren | 784c744 | 2013-10-31 17:23:05 -0600 | [diff] [blame] | 684 | compatible = "nvidia,tegra124-sdhci"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 685 | reg = <0x0 0x700b0600 0x0 0x200>; |
Stephen Warren | 784c744 | 2013-10-31 17:23:05 -0600 | [diff] [blame] | 686 | interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>; |
| 687 | clocks = <&tegra_car TEGRA124_CLK_SDMMC4>; |
| 688 | resets = <&tegra_car 15>; |
| 689 | reset-names = "sdhci"; |
Thierry Reding | e2b6d77 | 2014-02-25 16:31:40 +0100 | [diff] [blame] | 690 | status = "disabled"; |
Stephen Warren | 784c744 | 2013-10-31 17:23:05 -0600 | [diff] [blame] | 691 | }; |
| 692 | |
Mikko Perttunen | 26b76f8 | 2014-09-26 12:43:11 +0300 | [diff] [blame] | 693 | soctherm: thermal-sensor@0,700e2000 { |
| 694 | compatible = "nvidia,tegra124-soctherm"; |
| 695 | reg = <0x0 0x700e2000 0x0 0x1000>; |
| 696 | interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>; |
| 697 | clocks = <&tegra_car TEGRA124_CLK_TSENSOR>, |
| 698 | <&tegra_car TEGRA124_CLK_SOC_THERM>; |
| 699 | clock-names = "tsensor", "soctherm"; |
| 700 | resets = <&tegra_car 78>; |
| 701 | reset-names = "soctherm"; |
| 702 | #thermal-sensor-cells = <1>; |
| 703 | }; |
| 704 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 705 | ahub@0,70300000 { |
Stephen Warren | e665557 | 2013-12-04 15:05:51 -0700 | [diff] [blame] | 706 | compatible = "nvidia,tegra124-ahub"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 707 | reg = <0x0 0x70300000 0x0 0x200>, |
| 708 | <0x0 0x70300800 0x0 0x800>, |
| 709 | <0x0 0x70300200 0x0 0x600>; |
Stephen Warren | e665557 | 2013-12-04 15:05:51 -0700 | [diff] [blame] | 710 | interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>; |
| 711 | clocks = <&tegra_car TEGRA124_CLK_D_AUDIO>, |
| 712 | <&tegra_car TEGRA124_CLK_APBIF>; |
| 713 | clock-names = "d_audio", "apbif"; |
| 714 | resets = <&tegra_car 106>, /* d_audio */ |
| 715 | <&tegra_car 107>, /* apbif */ |
| 716 | <&tegra_car 30>, /* i2s0 */ |
| 717 | <&tegra_car 11>, /* i2s1 */ |
| 718 | <&tegra_car 18>, /* i2s2 */ |
| 719 | <&tegra_car 101>, /* i2s3 */ |
| 720 | <&tegra_car 102>, /* i2s4 */ |
| 721 | <&tegra_car 108>, /* dam0 */ |
| 722 | <&tegra_car 109>, /* dam1 */ |
| 723 | <&tegra_car 110>, /* dam2 */ |
| 724 | <&tegra_car 10>, /* spdif */ |
| 725 | <&tegra_car 153>, /* amx */ |
| 726 | <&tegra_car 185>, /* amx1 */ |
| 727 | <&tegra_car 154>, /* adx */ |
| 728 | <&tegra_car 180>, /* adx1 */ |
| 729 | <&tegra_car 186>, /* afc0 */ |
| 730 | <&tegra_car 187>, /* afc1 */ |
| 731 | <&tegra_car 188>, /* afc2 */ |
| 732 | <&tegra_car 189>, /* afc3 */ |
| 733 | <&tegra_car 190>, /* afc4 */ |
| 734 | <&tegra_car 191>; /* afc5 */ |
| 735 | reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2", |
| 736 | "i2s3", "i2s4", "dam0", "dam1", "dam2", |
| 737 | "spdif", "amx", "amx1", "adx", "adx1", |
| 738 | "afc0", "afc1", "afc2", "afc3", "afc4", "afc5"; |
| 739 | dmas = <&apbdma 1>, <&apbdma 1>, |
| 740 | <&apbdma 2>, <&apbdma 2>, |
| 741 | <&apbdma 3>, <&apbdma 3>, |
| 742 | <&apbdma 4>, <&apbdma 4>, |
| 743 | <&apbdma 6>, <&apbdma 6>, |
| 744 | <&apbdma 7>, <&apbdma 7>, |
| 745 | <&apbdma 12>, <&apbdma 12>, |
| 746 | <&apbdma 13>, <&apbdma 13>, |
| 747 | <&apbdma 14>, <&apbdma 14>, |
| 748 | <&apbdma 29>, <&apbdma 29>; |
| 749 | dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2", |
| 750 | "rx3", "tx3", "rx4", "tx4", "rx5", "tx5", |
| 751 | "rx6", "tx6", "rx7", "tx7", "rx8", "tx8", |
| 752 | "rx9", "tx9"; |
| 753 | ranges; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 754 | #address-cells = <2>; |
| 755 | #size-cells = <2>; |
Stephen Warren | e665557 | 2013-12-04 15:05:51 -0700 | [diff] [blame] | 756 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 757 | tegra_i2s0: i2s@0,70301000 { |
Stephen Warren | e665557 | 2013-12-04 15:05:51 -0700 | [diff] [blame] | 758 | compatible = "nvidia,tegra124-i2s"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 759 | reg = <0x0 0x70301000 0x0 0x100>; |
Stephen Warren | e665557 | 2013-12-04 15:05:51 -0700 | [diff] [blame] | 760 | nvidia,ahub-cif-ids = <4 4>; |
| 761 | clocks = <&tegra_car TEGRA124_CLK_I2S0>; |
| 762 | resets = <&tegra_car 30>; |
| 763 | reset-names = "i2s"; |
| 764 | status = "disabled"; |
| 765 | }; |
| 766 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 767 | tegra_i2s1: i2s@0,70301100 { |
Stephen Warren | e665557 | 2013-12-04 15:05:51 -0700 | [diff] [blame] | 768 | compatible = "nvidia,tegra124-i2s"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 769 | reg = <0x0 0x70301100 0x0 0x100>; |
Stephen Warren | e665557 | 2013-12-04 15:05:51 -0700 | [diff] [blame] | 770 | nvidia,ahub-cif-ids = <5 5>; |
| 771 | clocks = <&tegra_car TEGRA124_CLK_I2S1>; |
| 772 | resets = <&tegra_car 11>; |
| 773 | reset-names = "i2s"; |
| 774 | status = "disabled"; |
| 775 | }; |
| 776 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 777 | tegra_i2s2: i2s@0,70301200 { |
Stephen Warren | e665557 | 2013-12-04 15:05:51 -0700 | [diff] [blame] | 778 | compatible = "nvidia,tegra124-i2s"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 779 | reg = <0x0 0x70301200 0x0 0x100>; |
Stephen Warren | e665557 | 2013-12-04 15:05:51 -0700 | [diff] [blame] | 780 | nvidia,ahub-cif-ids = <6 6>; |
| 781 | clocks = <&tegra_car TEGRA124_CLK_I2S2>; |
| 782 | resets = <&tegra_car 18>; |
| 783 | reset-names = "i2s"; |
| 784 | status = "disabled"; |
| 785 | }; |
| 786 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 787 | tegra_i2s3: i2s@0,70301300 { |
Stephen Warren | e665557 | 2013-12-04 15:05:51 -0700 | [diff] [blame] | 788 | compatible = "nvidia,tegra124-i2s"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 789 | reg = <0x0 0x70301300 0x0 0x100>; |
Stephen Warren | e665557 | 2013-12-04 15:05:51 -0700 | [diff] [blame] | 790 | nvidia,ahub-cif-ids = <7 7>; |
| 791 | clocks = <&tegra_car TEGRA124_CLK_I2S3>; |
| 792 | resets = <&tegra_car 101>; |
| 793 | reset-names = "i2s"; |
| 794 | status = "disabled"; |
| 795 | }; |
| 796 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 797 | tegra_i2s4: i2s@0,70301400 { |
Stephen Warren | e665557 | 2013-12-04 15:05:51 -0700 | [diff] [blame] | 798 | compatible = "nvidia,tegra124-i2s"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 799 | reg = <0x0 0x70301400 0x0 0x100>; |
Stephen Warren | e665557 | 2013-12-04 15:05:51 -0700 | [diff] [blame] | 800 | nvidia,ahub-cif-ids = <8 8>; |
| 801 | clocks = <&tegra_car TEGRA124_CLK_I2S4>; |
| 802 | resets = <&tegra_car 102>; |
| 803 | reset-names = "i2s"; |
| 804 | status = "disabled"; |
| 805 | }; |
| 806 | }; |
| 807 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 808 | usb@0,7d000000 { |
Thierry Reding | f2d5015 | 2014-02-28 17:40:25 +0100 | [diff] [blame] | 809 | compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 810 | reg = <0x0 0x7d000000 0x0 0x4000>; |
Thierry Reding | f2d5015 | 2014-02-28 17:40:25 +0100 | [diff] [blame] | 811 | interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; |
| 812 | phy_type = "utmi"; |
| 813 | clocks = <&tegra_car TEGRA124_CLK_USBD>; |
| 814 | resets = <&tegra_car 22>; |
| 815 | reset-names = "usb"; |
| 816 | nvidia,phy = <&phy1>; |
| 817 | status = "disabled"; |
| 818 | }; |
| 819 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 820 | phy1: usb-phy@0,7d000000 { |
Thierry Reding | f2d5015 | 2014-02-28 17:40:25 +0100 | [diff] [blame] | 821 | compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 822 | reg = <0x0 0x7d000000 0x0 0x4000>, |
| 823 | <0x0 0x7d000000 0x0 0x4000>; |
Thierry Reding | f2d5015 | 2014-02-28 17:40:25 +0100 | [diff] [blame] | 824 | phy_type = "utmi"; |
| 825 | clocks = <&tegra_car TEGRA124_CLK_USBD>, |
| 826 | <&tegra_car TEGRA124_CLK_PLL_U>, |
| 827 | <&tegra_car TEGRA124_CLK_USBD>; |
| 828 | clock-names = "reg", "pll_u", "utmi-pads"; |
Tomeu Vizoso | a4b6916 | 2015-04-03 09:21:11 +0200 | [diff] [blame] | 829 | resets = <&tegra_car 22>, <&tegra_car 22>; |
Tuomas Tynkkynen | 308efde | 2014-07-04 04:09:37 +0300 | [diff] [blame] | 830 | reset-names = "usb", "utmi-pads"; |
Thierry Reding | f2d5015 | 2014-02-28 17:40:25 +0100 | [diff] [blame] | 831 | nvidia,hssync-start-delay = <0>; |
| 832 | nvidia,idle-wait-delay = <17>; |
| 833 | nvidia,elastic-limit = <16>; |
| 834 | nvidia,term-range-adj = <6>; |
| 835 | nvidia,xcvr-setup = <9>; |
| 836 | nvidia,xcvr-lsfslew = <0>; |
| 837 | nvidia,xcvr-lsrslew = <3>; |
| 838 | nvidia,hssquelch-level = <2>; |
| 839 | nvidia,hsdiscon-level = <5>; |
| 840 | nvidia,xcvr-hsslew = <12>; |
Tomeu Vizoso | a4b6916 | 2015-04-03 09:21:11 +0200 | [diff] [blame] | 841 | nvidia,has-utmi-pad-registers; |
Thierry Reding | f2d5015 | 2014-02-28 17:40:25 +0100 | [diff] [blame] | 842 | status = "disabled"; |
| 843 | }; |
| 844 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 845 | usb@0,7d004000 { |
Thierry Reding | f2d5015 | 2014-02-28 17:40:25 +0100 | [diff] [blame] | 846 | compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 847 | reg = <0x0 0x7d004000 0x0 0x4000>; |
Thierry Reding | f2d5015 | 2014-02-28 17:40:25 +0100 | [diff] [blame] | 848 | interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>; |
| 849 | phy_type = "utmi"; |
| 850 | clocks = <&tegra_car TEGRA124_CLK_USB2>; |
| 851 | resets = <&tegra_car 58>; |
| 852 | reset-names = "usb"; |
| 853 | nvidia,phy = <&phy2>; |
| 854 | status = "disabled"; |
| 855 | }; |
| 856 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 857 | phy2: usb-phy@0,7d004000 { |
Thierry Reding | f2d5015 | 2014-02-28 17:40:25 +0100 | [diff] [blame] | 858 | compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 859 | reg = <0x0 0x7d004000 0x0 0x4000>, |
| 860 | <0x0 0x7d000000 0x0 0x4000>; |
Thierry Reding | f2d5015 | 2014-02-28 17:40:25 +0100 | [diff] [blame] | 861 | phy_type = "utmi"; |
| 862 | clocks = <&tegra_car TEGRA124_CLK_USB2>, |
| 863 | <&tegra_car TEGRA124_CLK_PLL_U>, |
| 864 | <&tegra_car TEGRA124_CLK_USBD>; |
| 865 | clock-names = "reg", "pll_u", "utmi-pads"; |
Tomeu Vizoso | a4b6916 | 2015-04-03 09:21:11 +0200 | [diff] [blame] | 866 | resets = <&tegra_car 58>, <&tegra_car 22>; |
Tuomas Tynkkynen | 308efde | 2014-07-04 04:09:37 +0300 | [diff] [blame] | 867 | reset-names = "usb", "utmi-pads"; |
Thierry Reding | f2d5015 | 2014-02-28 17:40:25 +0100 | [diff] [blame] | 868 | nvidia,hssync-start-delay = <0>; |
| 869 | nvidia,idle-wait-delay = <17>; |
| 870 | nvidia,elastic-limit = <16>; |
| 871 | nvidia,term-range-adj = <6>; |
| 872 | nvidia,xcvr-setup = <9>; |
| 873 | nvidia,xcvr-lsfslew = <0>; |
| 874 | nvidia,xcvr-lsrslew = <3>; |
| 875 | nvidia,hssquelch-level = <2>; |
| 876 | nvidia,hsdiscon-level = <5>; |
| 877 | nvidia,xcvr-hsslew = <12>; |
| 878 | status = "disabled"; |
| 879 | }; |
| 880 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 881 | usb@0,7d008000 { |
Thierry Reding | f2d5015 | 2014-02-28 17:40:25 +0100 | [diff] [blame] | 882 | compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 883 | reg = <0x0 0x7d008000 0x0 0x4000>; |
Thierry Reding | f2d5015 | 2014-02-28 17:40:25 +0100 | [diff] [blame] | 884 | interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>; |
| 885 | phy_type = "utmi"; |
| 886 | clocks = <&tegra_car TEGRA124_CLK_USB3>; |
| 887 | resets = <&tegra_car 59>; |
| 888 | reset-names = "usb"; |
| 889 | nvidia,phy = <&phy3>; |
| 890 | status = "disabled"; |
| 891 | }; |
| 892 | |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 893 | phy3: usb-phy@0,7d008000 { |
Thierry Reding | f2d5015 | 2014-02-28 17:40:25 +0100 | [diff] [blame] | 894 | compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy"; |
Stephen Warren | e30cb23 | 2014-03-03 14:51:15 -0700 | [diff] [blame] | 895 | reg = <0x0 0x7d008000 0x0 0x4000>, |
| 896 | <0x0 0x7d000000 0x0 0x4000>; |
Thierry Reding | f2d5015 | 2014-02-28 17:40:25 +0100 | [diff] [blame] | 897 | phy_type = "utmi"; |
| 898 | clocks = <&tegra_car TEGRA124_CLK_USB3>, |
| 899 | <&tegra_car TEGRA124_CLK_PLL_U>, |
| 900 | <&tegra_car TEGRA124_CLK_USBD>; |
| 901 | clock-names = "reg", "pll_u", "utmi-pads"; |
Tomeu Vizoso | a4b6916 | 2015-04-03 09:21:11 +0200 | [diff] [blame] | 902 | resets = <&tegra_car 59>, <&tegra_car 22>; |
Tuomas Tynkkynen | 308efde | 2014-07-04 04:09:37 +0300 | [diff] [blame] | 903 | reset-names = "usb", "utmi-pads"; |
Thierry Reding | f2d5015 | 2014-02-28 17:40:25 +0100 | [diff] [blame] | 904 | nvidia,hssync-start-delay = <0>; |
| 905 | nvidia,idle-wait-delay = <17>; |
| 906 | nvidia,elastic-limit = <16>; |
| 907 | nvidia,term-range-adj = <6>; |
| 908 | nvidia,xcvr-setup = <9>; |
| 909 | nvidia,xcvr-lsfslew = <0>; |
| 910 | nvidia,xcvr-lsrslew = <3>; |
| 911 | nvidia,hssquelch-level = <2>; |
| 912 | nvidia,hsdiscon-level = <5>; |
| 913 | nvidia,xcvr-hsslew = <12>; |
| 914 | status = "disabled"; |
| 915 | }; |
| 916 | |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 917 | cpus { |
| 918 | #address-cells = <1>; |
| 919 | #size-cells = <0>; |
| 920 | |
| 921 | cpu@0 { |
| 922 | device_type = "cpu"; |
| 923 | compatible = "arm,cortex-a15"; |
| 924 | reg = <0>; |
| 925 | }; |
| 926 | |
| 927 | cpu@1 { |
| 928 | device_type = "cpu"; |
| 929 | compatible = "arm,cortex-a15"; |
| 930 | reg = <1>; |
| 931 | }; |
| 932 | |
| 933 | cpu@2 { |
| 934 | device_type = "cpu"; |
| 935 | compatible = "arm,cortex-a15"; |
| 936 | reg = <2>; |
| 937 | }; |
| 938 | |
| 939 | cpu@3 { |
| 940 | device_type = "cpu"; |
| 941 | compatible = "arm,cortex-a15"; |
| 942 | reg = <3>; |
| 943 | }; |
| 944 | }; |
| 945 | |
Mikko Perttunen | 26b76f8 | 2014-09-26 12:43:11 +0300 | [diff] [blame] | 946 | thermal-zones { |
| 947 | cpu { |
| 948 | polling-delay-passive = <1000>; |
| 949 | polling-delay = <1000>; |
| 950 | |
| 951 | thermal-sensors = |
| 952 | <&soctherm TEGRA124_SOCTHERM_SENSOR_CPU>; |
| 953 | }; |
| 954 | |
| 955 | mem { |
| 956 | polling-delay-passive = <1000>; |
| 957 | polling-delay = <1000>; |
| 958 | |
| 959 | thermal-sensors = |
| 960 | <&soctherm TEGRA124_SOCTHERM_SENSOR_MEM>; |
| 961 | }; |
| 962 | |
| 963 | gpu { |
| 964 | polling-delay-passive = <1000>; |
| 965 | polling-delay = <1000>; |
| 966 | |
| 967 | thermal-sensors = |
| 968 | <&soctherm TEGRA124_SOCTHERM_SENSOR_GPU>; |
| 969 | }; |
| 970 | |
| 971 | pllx { |
| 972 | polling-delay-passive = <1000>; |
| 973 | polling-delay = <1000>; |
| 974 | |
| 975 | thermal-sensors = |
| 976 | <&soctherm TEGRA124_SOCTHERM_SENSOR_PLLX>; |
| 977 | }; |
| 978 | }; |
| 979 | |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 980 | timer { |
| 981 | compatible = "arm,armv7-timer"; |
| 982 | interrupts = <GIC_PPI 13 |
| 983 | (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, |
| 984 | <GIC_PPI 14 |
| 985 | (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, |
| 986 | <GIC_PPI 11 |
| 987 | (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, |
| 988 | <GIC_PPI 10 |
| 989 | (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>; |
Marc Zyngier | 870c81a | 2015-03-11 15:43:01 +0000 | [diff] [blame] | 990 | interrupt-parent = <&gic>; |
Joseph Lo | ad03b1a | 2013-10-08 12:50:05 +0800 | [diff] [blame] | 991 | }; |
| 992 | }; |