Simon Glass | c3474ef | 2012-02-27 10:52:38 +0000 | [diff] [blame] | 1 | /include/ "skeleton.dtsi" |
| 2 | |
| 3 | / { |
| 4 | compatible = "nvidia,tegra20"; |
| 5 | interrupt-parent = <&intc>; |
| 6 | |
Simon Glass | 1f1a021 | 2012-02-27 10:52:43 +0000 | [diff] [blame] | 7 | tegra_car: clock@60006000 { |
| 8 | compatible = "nvidia,tegra20-car"; |
| 9 | reg = <0x60006000 0x1000>; |
| 10 | #clock-cells = <1>; |
| 11 | }; |
| 12 | |
| 13 | clocks { |
| 14 | #address-cells = <1>; |
| 15 | #size-cells = <0>; |
| 16 | |
| 17 | osc: clock { |
| 18 | compatible = "fixed-clock"; |
| 19 | #clock-cells = <0>; |
| 20 | }; |
| 21 | }; |
| 22 | |
Simon Glass | c3474ef | 2012-02-27 10:52:38 +0000 | [diff] [blame] | 23 | intc: interrupt-controller@50041000 { |
| 24 | compatible = "nvidia,tegra20-gic"; |
| 25 | interrupt-controller; |
| 26 | #interrupt-cells = <1>; |
| 27 | reg = < 0x50041000 0x1000 >, |
| 28 | < 0x50040100 0x0100 >; |
| 29 | }; |
| 30 | |
| 31 | i2c@7000c000 { |
| 32 | #address-cells = <1>; |
| 33 | #size-cells = <0>; |
| 34 | compatible = "nvidia,tegra20-i2c"; |
| 35 | reg = <0x7000C000 0x100>; |
| 36 | interrupts = < 70 >; |
Simon Glass | 34fa833 | 2012-03-06 19:00:22 +0000 | [diff] [blame] | 37 | /* PERIPH_ID_I2C1, PLL_P_OUT3 */ |
| 38 | clocks = <&tegra_car 12>, <&tegra_car 124>; |
Simon Glass | c3474ef | 2012-02-27 10:52:38 +0000 | [diff] [blame] | 39 | }; |
| 40 | |
| 41 | i2c@7000c400 { |
| 42 | #address-cells = <1>; |
| 43 | #size-cells = <0>; |
| 44 | compatible = "nvidia,tegra20-i2c"; |
| 45 | reg = <0x7000C400 0x100>; |
| 46 | interrupts = < 116 >; |
Simon Glass | 34fa833 | 2012-03-06 19:00:22 +0000 | [diff] [blame] | 47 | /* PERIPH_ID_I2C2, PLL_P_OUT3 */ |
| 48 | clocks = <&tegra_car 54>, <&tegra_car 124>; |
Simon Glass | c3474ef | 2012-02-27 10:52:38 +0000 | [diff] [blame] | 49 | }; |
| 50 | |
| 51 | i2c@7000c500 { |
| 52 | #address-cells = <1>; |
| 53 | #size-cells = <0>; |
| 54 | compatible = "nvidia,tegra20-i2c"; |
| 55 | reg = <0x7000C500 0x100>; |
| 56 | interrupts = < 124 >; |
Simon Glass | 34fa833 | 2012-03-06 19:00:22 +0000 | [diff] [blame] | 57 | /* PERIPH_ID_I2C3, PLL_P_OUT3 */ |
| 58 | clocks = <&tegra_car 67>, <&tegra_car 124>; |
Simon Glass | c3474ef | 2012-02-27 10:52:38 +0000 | [diff] [blame] | 59 | }; |
| 60 | |
| 61 | i2c@7000d000 { |
| 62 | #address-cells = <1>; |
| 63 | #size-cells = <0>; |
Simon Glass | 34fa833 | 2012-03-06 19:00:22 +0000 | [diff] [blame] | 64 | compatible = "nvidia,tegra20-i2c-dvc"; |
Simon Glass | c3474ef | 2012-02-27 10:52:38 +0000 | [diff] [blame] | 65 | reg = <0x7000D000 0x200>; |
| 66 | interrupts = < 85 >; |
Simon Glass | 34fa833 | 2012-03-06 19:00:22 +0000 | [diff] [blame] | 67 | /* PERIPH_ID_DVC_I2C, PLL_P_OUT3 */ |
| 68 | clocks = <&tegra_car 47>, <&tegra_car 124>; |
Simon Glass | c3474ef | 2012-02-27 10:52:38 +0000 | [diff] [blame] | 69 | }; |
| 70 | |
| 71 | i2s@70002800 { |
| 72 | #address-cells = <1>; |
| 73 | #size-cells = <0>; |
| 74 | compatible = "nvidia,tegra20-i2s"; |
| 75 | reg = <0x70002800 0x200>; |
| 76 | interrupts = < 45 >; |
| 77 | dma-channel = < 2 >; |
| 78 | }; |
| 79 | |
| 80 | i2s@70002a00 { |
| 81 | #address-cells = <1>; |
| 82 | #size-cells = <0>; |
| 83 | compatible = "nvidia,tegra20-i2s"; |
| 84 | reg = <0x70002a00 0x200>; |
| 85 | interrupts = < 35 >; |
| 86 | dma-channel = < 1 >; |
| 87 | }; |
| 88 | |
| 89 | das@70000c00 { |
| 90 | #address-cells = <1>; |
| 91 | #size-cells = <0>; |
| 92 | compatible = "nvidia,tegra20-das"; |
| 93 | reg = <0x70000c00 0x80>; |
| 94 | }; |
| 95 | |
| 96 | gpio: gpio@6000d000 { |
| 97 | compatible = "nvidia,tegra20-gpio"; |
| 98 | reg = < 0x6000d000 0x1000 >; |
| 99 | interrupts = < 64 65 66 67 87 119 121 >; |
| 100 | #gpio-cells = <2>; |
| 101 | gpio-controller; |
| 102 | }; |
| 103 | |
| 104 | pinmux: pinmux@70000000 { |
| 105 | compatible = "nvidia,tegra20-pinmux"; |
| 106 | reg = < 0x70000014 0x10 /* Tri-state registers */ |
| 107 | 0x70000080 0x20 /* Mux registers */ |
| 108 | 0x700000a0 0x14 /* Pull-up/down registers */ |
| 109 | 0x70000868 0xa8 >; /* Pad control registers */ |
| 110 | }; |
| 111 | |
| 112 | serial@70006000 { |
| 113 | compatible = "nvidia,tegra20-uart"; |
| 114 | reg = <0x70006000 0x40>; |
| 115 | reg-shift = <2>; |
| 116 | interrupts = < 68 >; |
| 117 | }; |
| 118 | |
| 119 | serial@70006040 { |
| 120 | compatible = "nvidia,tegra20-uart"; |
| 121 | reg = <0x70006040 0x40>; |
| 122 | reg-shift = <2>; |
| 123 | interrupts = < 69 >; |
| 124 | }; |
| 125 | |
| 126 | serial@70006200 { |
| 127 | compatible = "nvidia,tegra20-uart"; |
| 128 | reg = <0x70006200 0x100>; |
| 129 | reg-shift = <2>; |
| 130 | interrupts = < 78 >; |
| 131 | }; |
| 132 | |
| 133 | serial@70006300 { |
| 134 | compatible = "nvidia,tegra20-uart"; |
| 135 | reg = <0x70006300 0x100>; |
| 136 | reg-shift = <2>; |
| 137 | interrupts = < 122 >; |
| 138 | }; |
| 139 | |
| 140 | serial@70006400 { |
| 141 | compatible = "nvidia,tegra20-uart"; |
| 142 | reg = <0x70006400 0x100>; |
| 143 | reg-shift = <2>; |
| 144 | interrupts = < 123 >; |
| 145 | }; |
| 146 | |
| 147 | sdhci@c8000000 { |
| 148 | compatible = "nvidia,tegra20-sdhci"; |
| 149 | reg = <0xc8000000 0x200>; |
| 150 | interrupts = < 46 >; |
| 151 | }; |
| 152 | |
| 153 | sdhci@c8000200 { |
| 154 | compatible = "nvidia,tegra20-sdhci"; |
| 155 | reg = <0xc8000200 0x200>; |
| 156 | interrupts = < 47 >; |
| 157 | }; |
| 158 | |
| 159 | sdhci@c8000400 { |
| 160 | compatible = "nvidia,tegra20-sdhci"; |
| 161 | reg = <0xc8000400 0x200>; |
| 162 | interrupts = < 51 >; |
| 163 | }; |
| 164 | |
| 165 | sdhci@c8000600 { |
| 166 | compatible = "nvidia,tegra20-sdhci"; |
| 167 | reg = <0xc8000600 0x200>; |
| 168 | interrupts = < 63 >; |
| 169 | }; |
| 170 | |
| 171 | usb@c5000000 { |
| 172 | compatible = "nvidia,tegra20-ehci", "usb-ehci"; |
| 173 | reg = <0xc5000000 0x4000>; |
| 174 | interrupts = < 52 >; |
| 175 | phy_type = "utmi"; |
Simon Glass | 1c1cce9 | 2012-02-27 10:52:45 +0000 | [diff] [blame] | 176 | clocks = <&tegra_car 22>; /* PERIPH_ID_USBD */ |
| 177 | nvidia,has-legacy-mode; |
Simon Glass | c3474ef | 2012-02-27 10:52:38 +0000 | [diff] [blame] | 178 | }; |
| 179 | |
| 180 | usb@c5004000 { |
| 181 | compatible = "nvidia,tegra20-ehci", "usb-ehci"; |
| 182 | reg = <0xc5004000 0x4000>; |
| 183 | interrupts = < 53 >; |
| 184 | phy_type = "ulpi"; |
Simon Glass | 1c1cce9 | 2012-02-27 10:52:45 +0000 | [diff] [blame] | 185 | clocks = <&tegra_car 58>; /* PERIPH_ID_USB2 */ |
Simon Glass | c3474ef | 2012-02-27 10:52:38 +0000 | [diff] [blame] | 186 | }; |
| 187 | |
| 188 | usb@c5008000 { |
| 189 | compatible = "nvidia,tegra20-ehci", "usb-ehci"; |
| 190 | reg = <0xc5008000 0x4000>; |
| 191 | interrupts = < 129 >; |
| 192 | phy_type = "utmi"; |
Simon Glass | 1c1cce9 | 2012-02-27 10:52:45 +0000 | [diff] [blame] | 193 | clocks = <&tegra_car 59>; /* PERIPH_ID_USB3 */ |
Simon Glass | c3474ef | 2012-02-27 10:52:38 +0000 | [diff] [blame] | 194 | }; |
| 195 | |
Simon Glass | 1f47efa | 2012-04-02 13:19:00 +0000 | [diff] [blame] | 196 | emc@7000f400 { |
| 197 | #address-cells = < 1 >; |
| 198 | #size-cells = < 0 >; |
| 199 | compatible = "nvidia,tegra20-emc"; |
| 200 | reg = <0x7000f400 0x200>; |
| 201 | }; |
| 202 | |
Anton Staff | 8436fbc | 2012-04-17 09:01:33 +0000 | [diff] [blame] | 203 | kbc@7000e200 { |
| 204 | compatible = "nvidia,tegra20-kbc"; |
| 205 | reg = <0x7000e200 0x0078>; |
| 206 | }; |
Simon Glass | c6af2e7 | 2012-07-29 20:53:27 +0000 | [diff] [blame] | 207 | |
| 208 | nand: nand-controller@70008000 { |
| 209 | #address-cells = <1>; |
| 210 | #size-cells = <0>; |
| 211 | compatible = "nvidia,tegra20-nand"; |
| 212 | reg = <0x70008000 0x100>; |
| 213 | }; |
Simon Glass | beca1fd | 2012-10-17 13:24:47 +0000 | [diff] [blame^] | 214 | |
| 215 | pwm: pwm@7000a000 { |
| 216 | compatible = "nvidia,tegra20-pwm"; |
| 217 | reg = <0x7000a000 0x100>; |
| 218 | #pwm-cells = <2>; |
| 219 | }; |
| 220 | |
Simon Glass | c3474ef | 2012-02-27 10:52:38 +0000 | [diff] [blame] | 221 | }; |