1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 2 /dts-v1/; 3 3 4 #include <dt-bindings/input/gpio-keys.h> 4 #include <dt-bindings/input/gpio-keys.h> 5 #include <dt-bindings/input/linux-event-codes. 5 #include <dt-bindings/input/linux-event-codes.h> 6 #include <dt-bindings/mfd/max77620.h> 6 #include <dt-bindings/mfd/max77620.h> 7 7 8 #include "tegra210.dtsi" 8 #include "tegra210.dtsi" 9 9 10 / { 10 / { 11 model = "NVIDIA Jetson Nano Developer 11 model = "NVIDIA Jetson Nano Developer Kit"; 12 compatible = "nvidia,p3450-0000", "nvi 12 compatible = "nvidia,p3450-0000", "nvidia,tegra210"; 13 13 14 aliases { 14 aliases { 15 ethernet = "/pcie@1003000/pci@ 15 ethernet = "/pcie@1003000/pci@2,0/ethernet@0,0"; 16 rtc0 = "/i2c@7000d000/pmic@3c" 16 rtc0 = "/i2c@7000d000/pmic@3c"; 17 rtc1 = "/rtc@7000e000"; 17 rtc1 = "/rtc@7000e000"; 18 serial0 = &uarta; 18 serial0 = &uarta; 19 }; 19 }; 20 20 21 chosen { 21 chosen { 22 stdout-path = "serial0:115200n 22 stdout-path = "serial0:115200n8"; 23 }; 23 }; 24 24 25 memory@80000000 { !! 25 memory { 26 device_type = "memory"; 26 device_type = "memory"; 27 reg = <0x0 0x80000000 0x1 0x0> 27 reg = <0x0 0x80000000 0x1 0x0>; 28 }; 28 }; 29 29 30 pcie@1003000 { 30 pcie@1003000 { 31 status = "okay"; 31 status = "okay"; 32 32 >> 33 avdd-pll-uerefe-supply = <&vdd_pex_1v05>; 33 hvddio-pex-supply = <&vdd_1v8> 34 hvddio-pex-supply = <&vdd_1v8>; 34 dvddio-pex-supply = <&vdd_pex_ 35 dvddio-pex-supply = <&vdd_pex_1v05>; >> 36 dvdd-pex-pll-supply = <&vdd_pex_1v05>; >> 37 hvdd-pex-pll-e-supply = <&vdd_1v8>; 35 vddio-pex-ctl-supply = <&vdd_1 38 vddio-pex-ctl-supply = <&vdd_1v8>; 36 39 37 pci@1,0 { 40 pci@1,0 { 38 phys = <&{/padctl@7009f 41 phys = <&{/padctl@7009f000/pads/pcie/lanes/pcie-1}>, 39 <&{/padctl@7009f 42 <&{/padctl@7009f000/pads/pcie/lanes/pcie-2}>, 40 <&{/padctl@7009f 43 <&{/padctl@7009f000/pads/pcie/lanes/pcie-3}>, 41 <&{/padctl@7009f 44 <&{/padctl@7009f000/pads/pcie/lanes/pcie-4}>; 42 phy-names = "pcie-0", 45 phy-names = "pcie-0", "pcie-1", "pcie-2", "pcie-3"; 43 nvidia,num-lanes = <4> 46 nvidia,num-lanes = <4>; 44 status = "okay"; 47 status = "okay"; 45 }; 48 }; 46 49 47 pci@2,0 { 50 pci@2,0 { 48 phys = <&{/padctl@7009f 51 phys = <&{/padctl@7009f000/pads/pcie/lanes/pcie-0}>; 49 phy-names = "pcie-0"; 52 phy-names = "pcie-0"; 50 status = "okay"; 53 status = "okay"; 51 54 52 ethernet@0,0 { 55 ethernet@0,0 { 53 reg = <0x00000 56 reg = <0x000000 0 0 0 0>; 54 local-mac-addr 57 local-mac-address = [ 00 00 00 00 00 00 ]; 55 }; 58 }; 56 }; 59 }; 57 }; 60 }; 58 61 59 host1x@50000000 { 62 host1x@50000000 { 60 dpaux@54040000 { 63 dpaux@54040000 { 61 status = "okay"; 64 status = "okay"; 62 }; 65 }; 63 66 64 vi@54080000 { << 65 status = "okay"; << 66 << 67 avdd-dsi-csi-supply = << 68 << 69 csi@838 { << 70 status = "okay << 71 }; << 72 }; << 73 << 74 sor@54540000 { 67 sor@54540000 { 75 status = "okay"; 68 status = "okay"; 76 69 77 avdd-io-hdmi-dp-supply 70 avdd-io-hdmi-dp-supply = <&avdd_io_edp_1v05>; 78 vdd-hdmi-dp-pll-supply 71 vdd-hdmi-dp-pll-supply = <&vdd_1v8>; 79 72 80 nvidia,xbar-cfg = <2 1 73 nvidia,xbar-cfg = <2 1 0 3 4>; 81 nvidia,dpaux = <&dpaux 74 nvidia,dpaux = <&dpaux>; 82 }; 75 }; 83 76 84 sor@54580000 { 77 sor@54580000 { 85 status = "okay"; 78 status = "okay"; 86 79 87 avdd-io-hdmi-dp-supply !! 80 avdd-io-supply = <&avdd_1v05>; 88 vdd-hdmi-dp-pll-supply !! 81 vdd-pll-supply = <&vdd_1v8>; 89 hdmi-supply = <&vdd_hd 82 hdmi-supply = <&vdd_hdmi>; 90 83 91 nvidia,ddc-i2c-bus = < 84 nvidia,ddc-i2c-bus = <&hdmi_ddc>; 92 nvidia,hpd-gpio = <&gp 85 nvidia,hpd-gpio = <&gpio TEGRA_GPIO(CC, 1) 93 GPI 86 GPIO_ACTIVE_LOW>; 94 nvidia,xbar-cfg = <0 1 87 nvidia,xbar-cfg = <0 1 2 3 4>; 95 }; 88 }; 96 89 97 dpaux@545c0000 { 90 dpaux@545c0000 { 98 status = "okay"; 91 status = "okay"; 99 }; 92 }; 100 93 101 i2c@546c0000 { 94 i2c@546c0000 { 102 status = "okay"; 95 status = "okay"; 103 }; 96 }; 104 }; 97 }; 105 98 106 gpu@57000000 { 99 gpu@57000000 { 107 vdd-supply = <&vdd_gpu>; 100 vdd-supply = <&vdd_gpu>; 108 status = "okay"; 101 status = "okay"; 109 }; 102 }; 110 103 111 pinmux@700008d4 { << 112 dvfs_pwm_active_state: pinmux- << 113 dvfs_pwm_pbb1 { << 114 nvidia,pins = << 115 nvidia,tristat << 116 }; << 117 }; << 118 << 119 dvfs_pwm_inactive_state: pinmu << 120 dvfs_pwm_pbb1 { << 121 nvidia,pins = << 122 nvidia,tristat << 123 }; << 124 }; << 125 }; << 126 << 127 /* debug port */ 104 /* debug port */ 128 serial@70006000 { 105 serial@70006000 { 129 /delete-property/ dmas; << 130 /delete-property/ dma-names; << 131 status = "okay"; 106 status = "okay"; 132 }; 107 }; 133 108 134 pwm@7000a000 { 109 pwm@7000a000 { 135 status = "okay"; 110 status = "okay"; 136 }; 111 }; 137 112 138 i2c@7000c500 { 113 i2c@7000c500 { 139 status = "okay"; 114 status = "okay"; 140 clock-frequency = <100000>; 115 clock-frequency = <100000>; 141 116 142 eeprom@50 { 117 eeprom@50 { 143 compatible = "atmel,24 118 compatible = "atmel,24c02"; 144 reg = <0x50>; 119 reg = <0x50>; 145 120 146 label = "module"; << 147 vcc-supply = <&vdd_1v8 121 vcc-supply = <&vdd_1v8>; 148 address-width = <8>; !! 122 address-bits = <8>; 149 pagesize = <8>; !! 123 page-size = <8>; 150 size = <256>; 124 size = <256>; 151 read-only; 125 read-only; 152 }; 126 }; 153 127 154 eeprom@57 { 128 eeprom@57 { 155 compatible = "atmel,24 129 compatible = "atmel,24c02"; 156 reg = <0x57>; 130 reg = <0x57>; 157 131 158 label = "system"; << 159 vcc-supply = <&vdd_1v8 132 vcc-supply = <&vdd_1v8>; 160 address-width = <8>; !! 133 address-bits = <8>; 161 pagesize = <8>; !! 134 page-size = <8>; 162 size = <256>; 135 size = <256>; 163 read-only; 136 read-only; 164 }; 137 }; 165 }; 138 }; 166 139 167 hdmi_ddc: i2c@7000c700 { 140 hdmi_ddc: i2c@7000c700 { 168 status = "okay"; 141 status = "okay"; 169 clock-frequency = <100000>; 142 clock-frequency = <100000>; 170 }; 143 }; 171 144 172 i2c@7000d000 { 145 i2c@7000d000 { 173 status = "okay"; 146 status = "okay"; 174 clock-frequency = <400000>; 147 clock-frequency = <400000>; 175 148 176 pmic: pmic@3c { 149 pmic: pmic@3c { 177 compatible = "maxim,ma 150 compatible = "maxim,max77620"; 178 reg = <0x3c>; 151 reg = <0x3c>; 179 interrupt-parent = <&t 152 interrupt-parent = <&tegra_pmc>; 180 interrupts = <51 IRQ_T 153 interrupts = <51 IRQ_TYPE_LEVEL_LOW>; 181 154 182 #interrupt-cells = <2> 155 #interrupt-cells = <2>; 183 interrupt-controller; 156 interrupt-controller; 184 157 185 #gpio-cells = <2>; 158 #gpio-cells = <2>; 186 gpio-controller; 159 gpio-controller; 187 160 188 pinctrl-names = "defau 161 pinctrl-names = "default"; 189 pinctrl-0 = <&max77620 162 pinctrl-0 = <&max77620_default>; 190 163 191 fps { << 192 fps0 { << 193 maxim, << 194 maxim, << 195 }; << 196 << 197 fps1 { << 198 maxim, << 199 maxim, << 200 }; << 201 << 202 fps2 { << 203 maxim, << 204 }; << 205 }; << 206 << 207 max77620_default: pinm 164 max77620_default: pinmux { 208 gpio0 { 165 gpio0 { 209 pins = 166 pins = "gpio0"; 210 functi 167 function = "gpio"; 211 }; 168 }; 212 169 213 gpio1 { 170 gpio1 { 214 pins = 171 pins = "gpio1"; 215 functi 172 function = "fps-out"; 216 drive- 173 drive-push-pull = <1>; 217 maxim, 174 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>; 218 maxim, 175 maxim,active-fps-power-up-slot = <0>; 219 maxim, 176 maxim,active-fps-power-down-slot = <7>; 220 }; 177 }; 221 178 222 gpio2 { 179 gpio2 { 223 pins = 180 pins = "gpio2"; 224 functi 181 function = "fps-out"; 225 drive- 182 drive-open-drain = <1>; 226 maxim, 183 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 227 maxim, 184 maxim,active-fps-power-up-slot = <0>; 228 maxim, 185 maxim,active-fps-power-down-slot = <7>; 229 }; 186 }; 230 187 231 gpio3 { 188 gpio3 { 232 pins = 189 pins = "gpio3"; 233 functi 190 function = "fps-out"; 234 drive- 191 drive-open-drain = <1>; 235 maxim, 192 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 236 maxim, 193 maxim,active-fps-power-up-slot = <4>; 237 maxim, 194 maxim,active-fps-power-down-slot = <3>; 238 }; 195 }; 239 196 240 gpio4 { 197 gpio4 { 241 pins = 198 pins = "gpio4"; 242 functi 199 function = "32k-out1"; 243 }; 200 }; 244 201 245 gpio5_6_7 { 202 gpio5_6_7 { 246 pins = 203 pins = "gpio5", "gpio6", "gpio7"; 247 functi 204 function = "gpio"; 248 drive- 205 drive-push-pull = <1>; 249 }; 206 }; 250 }; 207 }; 251 208 >> 209 fps { >> 210 fps0 { >> 211 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; >> 212 maxim,suspend-fps-time-period-us = <5120>; >> 213 }; >> 214 >> 215 fps1 { >> 216 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>; >> 217 maxim,suspend-fps-time-period-us = <5120>; >> 218 }; >> 219 >> 220 fps2 { >> 221 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; >> 222 }; >> 223 }; >> 224 252 regulators { 225 regulators { 253 in-ldo0-1-supp 226 in-ldo0-1-supply = <&vdd_pre>; 254 in-ldo2-supply 227 in-ldo2-supply = <&vdd_3v3_sys>; 255 in-ldo3-5-supp 228 in-ldo3-5-supply = <&vdd_1v8>; 256 in-ldo4-6-supp 229 in-ldo4-6-supply = <&vdd_5v0_sys>; 257 in-ldo7-8-supp 230 in-ldo7-8-supply = <&vdd_pre>; 258 in-sd0-supply 231 in-sd0-supply = <&vdd_5v0_sys>; 259 in-sd1-supply 232 in-sd1-supply = <&vdd_5v0_sys>; 260 in-sd2-supply 233 in-sd2-supply = <&vdd_5v0_sys>; 261 in-sd3-supply 234 in-sd3-supply = <&vdd_5v0_sys>; 262 235 263 vdd_soc: sd0 { 236 vdd_soc: sd0 { 264 regula 237 regulator-name = "VDD_SOC"; 265 regula 238 regulator-min-microvolt = <1000000>; 266 regula 239 regulator-max-microvolt = <1170000>; 267 regula 240 regulator-enable-ramp-delay = <146>; >> 241 regulator-disable-ramp-delay = <4080>; 268 regula 242 regulator-ramp-delay = <27500>; 269 regula 243 regulator-ramp-delay-scale = <300>; 270 regula 244 regulator-always-on; 271 regula 245 regulator-boot-on; 272 246 273 maxim, 247 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; 274 maxim, 248 maxim,active-fps-power-up-slot = <1>; 275 maxim, 249 maxim,active-fps-power-down-slot = <6>; 276 }; 250 }; 277 251 278 vdd_ddr: sd1 { 252 vdd_ddr: sd1 { 279 regula 253 regulator-name = "VDD_DDR_1V1_PMIC"; 280 regula 254 regulator-min-microvolt = <1150000>; 281 regula 255 regulator-max-microvolt = <1150000>; 282 regula 256 regulator-enable-ramp-delay = <176>; >> 257 regulator-disable-ramp-delay = <145800>; 283 regula 258 regulator-ramp-delay = <27500>; 284 regula 259 regulator-ramp-delay-scale = <300>; 285 regula 260 regulator-always-on; 286 regula 261 regulator-boot-on; 287 262 288 maxim, 263 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 289 maxim, 264 maxim,active-fps-power-up-slot = <5>; 290 maxim, 265 maxim,active-fps-power-down-slot = <2>; 291 }; 266 }; 292 267 293 vdd_pre: sd2 { 268 vdd_pre: sd2 { 294 regula 269 regulator-name = "VDD_PRE_REG_1V35"; 295 regula 270 regulator-min-microvolt = <1350000>; 296 regula 271 regulator-max-microvolt = <1350000>; 297 regula 272 regulator-enable-ramp-delay = <176>; >> 273 regulator-disable-ramp-delay = <32000>; 298 regula 274 regulator-ramp-delay = <27500>; 299 regula 275 regulator-ramp-delay-scale = <350>; 300 regula 276 regulator-always-on; 301 regula 277 regulator-boot-on; 302 278 303 maxim, 279 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; 304 maxim, 280 maxim,active-fps-power-up-slot = <2>; 305 maxim, 281 maxim,active-fps-power-down-slot = <5>; 306 }; 282 }; 307 283 308 vdd_1v8: sd3 { 284 vdd_1v8: sd3 { 309 regula 285 regulator-name = "VDD_1V8"; 310 regula 286 regulator-min-microvolt = <1800000>; 311 regula 287 regulator-max-microvolt = <1800000>; 312 regula 288 regulator-enable-ramp-delay = <242>; >> 289 regulator-disable-ramp-delay = <118000>; 313 regula 290 regulator-ramp-delay = <27500>; 314 regula 291 regulator-ramp-delay-scale = <360>; 315 regula 292 regulator-always-on; 316 regula 293 regulator-boot-on; 317 294 318 maxim, 295 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 319 maxim, 296 maxim,active-fps-power-up-slot = <3>; 320 maxim, 297 maxim,active-fps-power-down-slot = <4>; 321 }; 298 }; 322 299 323 vdd_sys_1v2: l 300 vdd_sys_1v2: ldo0 { 324 regula 301 regulator-name = "AVDD_SYS_1V2"; 325 regula 302 regulator-min-microvolt = <1200000>; 326 regula 303 regulator-max-microvolt = <1200000>; 327 regula 304 regulator-enable-ramp-delay = <26>; >> 305 regulator-disable-ramp-delay = <626>; 328 regula 306 regulator-ramp-delay = <100000>; 329 regula 307 regulator-ramp-delay-scale = <200>; 330 regula 308 regulator-always-on; 331 regula 309 regulator-boot-on; 332 310 333 maxim, 311 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>; 334 maxim, 312 maxim,active-fps-power-up-slot = <0>; 335 maxim, 313 maxim,active-fps-power-down-slot = <7>; 336 }; 314 }; 337 315 338 vdd_pex_1v05: 316 vdd_pex_1v05: ldo1 { 339 regula 317 regulator-name = "VDD_PEX_1V05"; 340 regula 318 regulator-min-microvolt = <1050000>; 341 regula 319 regulator-max-microvolt = <1050000>; 342 regula 320 regulator-enable-ramp-delay = <22>; >> 321 regulator-disable-ramp-delay = <650>; 343 regula 322 regulator-ramp-delay = <100000>; 344 regula 323 regulator-ramp-delay-scale = <200>; 345 324 346 maxim, 325 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>; 347 maxim, 326 maxim,active-fps-power-up-slot = <0>; 348 maxim, 327 maxim,active-fps-power-down-slot = <7>; 349 }; 328 }; 350 329 351 vddio_sdmmc: l 330 vddio_sdmmc: ldo2 { 352 regula 331 regulator-name = "VDDIO_SDMMC"; 353 regula 332 regulator-min-microvolt = <1800000>; 354 regula 333 regulator-max-microvolt = <3300000>; 355 regula 334 regulator-enable-ramp-delay = <62>; >> 335 regulator-disable-ramp-delay = <650>; 356 regula 336 regulator-ramp-delay = <100000>; 357 regula 337 regulator-ramp-delay-scale = <200>; 358 338 359 maxim, 339 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>; 360 maxim, 340 maxim,active-fps-power-up-slot = <0>; 361 maxim, 341 maxim,active-fps-power-down-slot = <7>; 362 }; 342 }; 363 343 364 ldo3 { 344 ldo3 { 365 status 345 status = "disabled"; 366 }; 346 }; 367 347 368 vdd_rtc: ldo4 348 vdd_rtc: ldo4 { 369 regula 349 regulator-name = "VDD_RTC"; 370 regula 350 regulator-min-microvolt = <850000>; 371 regula 351 regulator-max-microvolt = <1100000>; 372 regula 352 regulator-enable-ramp-delay = <22>; >> 353 regulator-disable-ramp-delay = <610>; 373 regula 354 regulator-ramp-delay = <100000>; 374 regula 355 regulator-ramp-delay-scale = <200>; 375 regula 356 regulator-disable-active-discharge; 376 regula 357 regulator-always-on; 377 regula 358 regulator-boot-on; 378 359 379 maxim, 360 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 380 maxim, 361 maxim,active-fps-power-up-slot = <1>; 381 maxim, 362 maxim,active-fps-power-down-slot = <6>; 382 }; 363 }; 383 364 384 ldo5 { 365 ldo5 { 385 status 366 status = "disabled"; 386 }; 367 }; 387 368 388 ldo6 { 369 ldo6 { 389 status 370 status = "disabled"; 390 }; 371 }; 391 372 392 avdd_1v05_pll: 373 avdd_1v05_pll: ldo7 { 393 regula 374 regulator-name = "AVDD_1V05_PLL"; 394 regula 375 regulator-min-microvolt = <1050000>; 395 regula 376 regulator-max-microvolt = <1050000>; 396 regula 377 regulator-enable-ramp-delay = <24>; >> 378 regulator-disable-ramp-delay = <2768>; 397 regula 379 regulator-ramp-delay = <100000>; 398 regula 380 regulator-ramp-delay-scale = <200>; 399 381 400 maxim, 382 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; 401 maxim, 383 maxim,active-fps-power-up-slot = <3>; 402 maxim, 384 maxim,active-fps-power-down-slot = <4>; 403 }; 385 }; 404 386 405 avdd_1v05: ldo 387 avdd_1v05: ldo8 { 406 regula 388 regulator-name = "AVDD_SATA_HDMI_DP_1V05"; 407 regula 389 regulator-min-microvolt = <1050000>; 408 regula 390 regulator-max-microvolt = <1050000>; 409 regula 391 regulator-enable-ramp-delay = <22>; >> 392 regulator-disable-ramp-delay = <1160>; 410 regula 393 regulator-ramp-delay = <100000>; 411 regula 394 regulator-ramp-delay-scale = <200>; 412 395 413 maxim, 396 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; 414 maxim, 397 maxim,active-fps-power-up-slot = <6>; 415 maxim, 398 maxim,active-fps-power-down-slot = <1>; 416 }; 399 }; 417 }; 400 }; 418 }; 401 }; 419 }; 402 }; 420 403 421 pmc@7000e400 { 404 pmc@7000e400 { 422 nvidia,invert-interrupt; 405 nvidia,invert-interrupt; 423 nvidia,suspend-mode = <0>; 406 nvidia,suspend-mode = <0>; 424 nvidia,cpu-pwr-good-time = <0> 407 nvidia,cpu-pwr-good-time = <0>; 425 nvidia,cpu-pwr-off-time = <0>; 408 nvidia,cpu-pwr-off-time = <0>; 426 nvidia,core-pwr-good-time = <4 409 nvidia,core-pwr-good-time = <4587 3876>; 427 nvidia,core-pwr-off-time = <39 410 nvidia,core-pwr-off-time = <39065>; 428 nvidia,core-power-req-active-h 411 nvidia,core-power-req-active-high; 429 nvidia,sys-clock-req-active-hi 412 nvidia,sys-clock-req-active-high; 430 }; 413 }; 431 414 432 hda@70030000 { 415 hda@70030000 { 433 nvidia,model = "NVIDIA Jetson !! 416 nvidia,model = "jetson-nano-hda"; 434 417 435 status = "okay"; 418 status = "okay"; 436 }; 419 }; 437 420 438 usb@70090000 { 421 usb@70090000 { 439 phys = <&{/padctl@7009f000/pads 422 phys = <&{/padctl@7009f000/pads/usb2/lanes/usb2-0}>, 440 <&{/padctl@7009f000/pads 423 <&{/padctl@7009f000/pads/usb2/lanes/usb2-1}>, 441 <&{/padctl@7009f000/pads 424 <&{/padctl@7009f000/pads/usb2/lanes/usb2-2}>, 442 <&{/padctl@7009f000/pads 425 <&{/padctl@7009f000/pads/pcie/lanes/pcie-6}>; 443 phy-names = "usb2-0", "usb2-1" 426 phy-names = "usb2-0", "usb2-1", "usb2-2", "usb3-0"; 444 427 445 avdd-usb-supply = <&vdd_3v3_sy 428 avdd-usb-supply = <&vdd_3v3_sys>; 446 dvddio-pex-supply = <&vdd_pex_ 429 dvddio-pex-supply = <&vdd_pex_1v05>; 447 hvddio-pex-supply = <&vdd_1v8> 430 hvddio-pex-supply = <&vdd_1v8>; >> 431 /* these really belong to the XUSB pad controller */ >> 432 avdd-pll-utmip-supply = <&vdd_1v8>; >> 433 avdd-pll-uerefe-supply = <&vdd_pex_1v05>; >> 434 dvdd-usb-ss-pll-supply = <&vdd_pex_1v05>; >> 435 hvdd-usb-ss-pll-e-supply = <&vdd_1v8>; 448 436 449 status = "okay"; 437 status = "okay"; 450 }; 438 }; 451 439 452 padctl@7009f000 { 440 padctl@7009f000 { 453 status = "okay"; 441 status = "okay"; 454 442 455 avdd-pll-utmip-supply = <&vdd_ 443 avdd-pll-utmip-supply = <&vdd_1v8>; 456 avdd-pll-uerefe-supply = <&vdd 444 avdd-pll-uerefe-supply = <&vdd_pex_1v05>; 457 dvdd-pex-pll-supply = <&vdd_pe 445 dvdd-pex-pll-supply = <&vdd_pex_1v05>; 458 hvdd-pex-pll-e-supply = <&vdd_ 446 hvdd-pex-pll-e-supply = <&vdd_1v8>; 459 447 460 pads { 448 pads { 461 usb2 { 449 usb2 { 462 status = "okay 450 status = "okay"; 463 451 464 lanes { 452 lanes { 465 micro_ 453 micro_b: usb2-0 { 466 454 nvidia,function = "xusb"; 467 455 status = "okay"; 468 }; 456 }; 469 457 470 usb2-1 458 usb2-1 { 471 459 nvidia,function = "xusb"; 472 460 status = "okay"; 473 }; 461 }; 474 462 475 usb2-2 463 usb2-2 { 476 464 nvidia,function = "xusb"; 477 465 status = "okay"; 478 }; 466 }; 479 }; 467 }; 480 }; 468 }; 481 469 482 pcie { 470 pcie { 483 status = "okay 471 status = "okay"; 484 472 485 lanes { 473 lanes { 486 pcie-0 474 pcie-0 { 487 475 nvidia,function = "pcie-x1"; 488 476 status = "okay"; 489 }; 477 }; 490 478 491 pcie-1 479 pcie-1 { 492 480 nvidia,function = "pcie-x4"; 493 481 status = "okay"; 494 }; 482 }; 495 483 496 pcie-2 484 pcie-2 { 497 485 nvidia,function = "pcie-x4"; 498 486 status = "okay"; 499 }; 487 }; 500 488 501 pcie-3 489 pcie-3 { 502 490 nvidia,function = "pcie-x4"; 503 491 status = "okay"; 504 }; 492 }; 505 493 506 pcie-4 494 pcie-4 { 507 495 nvidia,function = "pcie-x4"; 508 496 status = "okay"; 509 }; 497 }; 510 498 511 pcie-5 499 pcie-5 { 512 500 nvidia,function = "usb3-ss"; 513 501 status = "okay"; 514 }; 502 }; 515 503 516 pcie-6 504 pcie-6 { 517 505 nvidia,function = "usb3-ss"; 518 506 status = "okay"; 519 }; 507 }; 520 }; 508 }; 521 }; 509 }; 522 }; 510 }; 523 511 524 ports { 512 ports { 525 usb2-0 { 513 usb2-0 { 526 status = "okay 514 status = "okay"; 527 mode = "periph 515 mode = "peripheral"; 528 usb-role-switc << 529 << 530 vbus-supply = << 531 516 >> 517 usb-role-switch; 532 connector { 518 connector { 533 compat !! 519 compatible = "usb-b-connector", 534 !! 520 "gpio-usb-b-connector"; 535 label 521 label = "micro-USB"; 536 type = 522 type = "micro"; 537 vbus-g !! 523 vbus-gpio = <&gpio TEGRA_GPIO(CC, 4) 538 !! 524 GPIO_ACTIVE_LOW>; 539 }; 525 }; 540 }; 526 }; 541 527 542 usb2-1 { 528 usb2-1 { 543 status = "okay 529 status = "okay"; 544 mode = "host"; 530 mode = "host"; 545 }; 531 }; 546 532 547 usb2-2 { 533 usb2-2 { 548 status = "okay 534 status = "okay"; 549 mode = "host"; 535 mode = "host"; 550 }; 536 }; 551 537 552 usb3-0 { 538 usb3-0 { 553 status = "okay 539 status = "okay"; 554 nvidia,usb2-co 540 nvidia,usb2-companion = <1>; 555 vbus-supply = 541 vbus-supply = <&vdd_hub_3v3>; 556 }; 542 }; 557 }; 543 }; 558 }; 544 }; 559 545 560 mmc@700b0000 { !! 546 sdhci@700b0000 { 561 status = "okay"; 547 status = "okay"; 562 bus-width = <4>; 548 bus-width = <4>; 563 549 564 cd-gpios = <&gpio TEGRA_GPIO(Z 550 cd-gpios = <&gpio TEGRA_GPIO(Z, 1) GPIO_ACTIVE_LOW>; 565 disable-wp; << 566 551 567 vqmmc-supply = <&vddio_sdmmc>; 552 vqmmc-supply = <&vddio_sdmmc>; 568 vmmc-supply = <&vdd_3v3_sd>; 553 vmmc-supply = <&vdd_3v3_sd>; 569 }; 554 }; 570 555 571 mmc@700b0400 { << 572 status = "okay"; << 573 bus-width = <4>; << 574 << 575 vqmmc-supply = <&vdd_1v8>; << 576 vmmc-supply = <&vdd_3v3_sys>; << 577 << 578 non-removable; << 579 cap-sdio-irq; << 580 keep-power-in-suspend; << 581 wakeup-source; << 582 }; << 583 << 584 usb@700d0000 { 556 usb@700d0000 { 585 status = "okay"; 557 status = "okay"; 586 phys = <µ_b>; 558 phys = <µ_b>; 587 phy-names = "usb2-0"; 559 phy-names = "usb2-0"; 588 avddio-usb-supply = <&vdd_3v3_ 560 avddio-usb-supply = <&vdd_3v3_sys>; 589 hvdd-usb-supply = <&vdd_1v8>; 561 hvdd-usb-supply = <&vdd_1v8>; 590 }; 562 }; 591 563 592 clock@70110000 { !! 564 sdhci@700b0400 { 593 status = "okay"; 565 status = "okay"; >> 566 bus-width = <4>; 594 567 595 nvidia,cf = <6>; !! 568 vqmmc-supply = <&vdd_1v8>; 596 nvidia,ci = <0>; !! 569 vmmc-supply = <&vdd_3v3_sys>; 597 nvidia,cg = <2>; << 598 nvidia,droop-ctrl = <0x00000f0 << 599 nvidia,force-mode = <1>; << 600 nvidia,sample-rate = <25000>; << 601 << 602 nvidia,pwm-min-microvolts = <7 << 603 nvidia,pwm-period-nanoseconds << 604 nvidia,pwm-to-pmic; << 605 nvidia,pwm-tristate-microvolts << 606 nvidia,pwm-voltage-step-microv << 607 << 608 pinctrl-names = "dvfs_pwm_enab << 609 pinctrl-0 = <&dvfs_pwm_active_ << 610 pinctrl-1 = <&dvfs_pwm_inactiv << 611 }; << 612 << 613 aconnect@702c0000 { << 614 status = "okay"; << 615 << 616 ahub@702d0800 { << 617 status = "okay"; << 618 << 619 admaif@702d0000 { << 620 status = "okay << 621 }; << 622 << 623 i2s@702d1200 { << 624 status = "okay << 625 << 626 ports { << 627 #addre << 628 #size- << 629 << 630 port@0 << 631 << 632 << 633 << 634 << 635 << 636 }; << 637 << 638 i2s3_p << 639 << 640 << 641 << 642 << 643 << 644 << 645 }; << 646 }; << 647 }; << 648 << 649 i2s@702d1300 { << 650 status = "okay << 651 << 652 ports { << 653 #addre << 654 #size- << 655 << 656 port@0 << 657 << 658 << 659 << 660 << 661 << 662 }; << 663 << 664 i2s4_p << 665 << 666 << 667 << 668 << 669 << 670 << 671 }; << 672 }; << 673 }; << 674 << 675 sfc@702d2000 { << 676 status = "okay << 677 << 678 ports { << 679 #addre << 680 #size- << 681 << 682 port@0 << 683 << 684 << 685 << 686 << 687 << 688 }; << 689 << 690 sfc1_o << 691 << 692 << 693 << 694 << 695 << 696 }; << 697 }; << 698 }; << 699 << 700 sfc@702d2200 { << 701 status = "okay << 702 << 703 ports { << 704 #addre << 705 #size- << 706 << 707 port@0 << 708 << 709 << 710 << 711 << 712 << 713 }; << 714 << 715 sfc2_o << 716 << 717 << 718 << 719 << 720 << 721 }; << 722 }; << 723 }; << 724 << 725 sfc@702d2400 { << 726 status = "okay << 727 << 728 ports { << 729 #addre << 730 #size- << 731 << 732 port@0 << 733 << 734 << 735 << 736 << 737 << 738 }; << 739 << 740 sfc3_o << 741 << 742 << 743 << 744 << 745 << 746 }; << 747 }; << 748 }; << 749 << 750 sfc@702d2600 { << 751 status = "okay << 752 << 753 ports { << 754 #addre << 755 #size- << 756 << 757 port@0 << 758 << 759 << 760 << 761 << 762 << 763 }; << 764 << 765 sfc4_o << 766 << 767 << 768 << 769 << 770 << 771 }; << 772 }; << 773 }; << 774 << 775 amx@702d3000 { << 776 status = "okay << 777 << 778 ports { << 779 #addre << 780 #size- << 781 << 782 port@0 << 783 << 784 << 785 << 786 << 787 << 788 }; << 789 << 790 port@1 << 791 << 792 << 793 << 794 << 795 << 796 }; << 797 << 798 port@2 << 799 << 800 << 801 << 802 << 803 << 804 }; << 805 << 806 port@3 << 807 << 808 << 809 << 810 << 811 << 812 }; << 813 << 814 amx1_o << 815 << 816 << 817 << 818 << 819 << 820 }; << 821 }; << 822 }; << 823 << 824 amx@702d3100 { << 825 status = "okay << 826 << 827 ports { << 828 #addre << 829 #size- << 830 << 831 port@0 << 832 << 833 << 834 << 835 << 836 << 837 }; << 838 << 839 port@1 << 840 << 841 << 842 << 843 << 844 << 845 }; << 846 << 847 amx2_i << 848 << 849 << 850 << 851 << 852 << 853 }; << 854 << 855 amx2_i << 856 << 857 << 858 << 859 << 860 << 861 }; << 862 << 863 amx2_o << 864 << 865 << 866 << 867 << 868 << 869 }; << 870 }; << 871 }; << 872 << 873 adx@702d3800 { << 874 status = "okay << 875 << 876 ports { << 877 #addre << 878 #size- << 879 << 880 port@0 << 881 << 882 << 883 << 884 << 885 << 886 }; << 887 << 888 adx1_o << 889 << 890 << 891 << 892 << 893 << 894 }; << 895 << 896 adx1_o << 897 << 898 << 899 << 900 << 901 << 902 }; << 903 << 904 adx1_o << 905 << 906 << 907 << 908 << 909 << 910 }; << 911 << 912 adx1_o << 913 << 914 << 915 << 916 << 917 << 918 }; << 919 }; << 920 }; << 921 << 922 adx@702d3900 { << 923 status = "okay << 924 << 925 ports { << 926 #addre << 927 #size- << 928 << 929 port@0 << 930 << 931 << 932 << 933 << 934 << 935 }; << 936 << 937 adx2_o << 938 << 939 << 940 << 941 << 942 << 943 }; << 944 << 945 adx2_o << 946 << 947 << 948 << 949 << 950 << 951 }; << 952 << 953 adx2_o << 954 << 955 << 956 << 957 << 958 << 959 }; << 960 << 961 adx2_o << 962 << 963 << 964 << 965 << 966 << 967 }; << 968 }; << 969 }; << 970 << 971 dmic@702d4000 { << 972 status = "okay << 973 << 974 ports { << 975 #addre << 976 #size- << 977 << 978 port@0 << 979 << 980 << 981 << 982 << 983 << 984 }; << 985 << 986 dmic1_ << 987 << 988 << 989 << 990 << 991 << 992 }; << 993 }; << 994 }; << 995 << 996 dmic@702d4100 { << 997 status = "okay << 998 << 999 ports { << 1000 #addr << 1001 #size << 1002 << 1003 port@ << 1004 << 1005 << 1006 << 1007 << 1008 << 1009 }; << 1010 << 1011 dmic2 << 1012 << 1013 << 1014 << 1015 << 1016 << 1017 }; << 1018 }; << 1019 }; << 1020 << 1021 processing-engine@702 << 1022 status = "oka << 1023 << 1024 ports { << 1025 #addr << 1026 #size << 1027 << 1028 port@ << 1029 << 1030 << 1031 << 1032 << 1033 << 1034 }; << 1035 << 1036 ope1_ << 1037 << 1038 << 1039 << 1040 << 1041 << 1042 }; << 1043 }; << 1044 }; << 1045 << 1046 processing-engine@702 << 1047 status = "oka << 1048 << 1049 ports { << 1050 #addr << 1051 #size << 1052 << 1053 port@ << 1054 << 1055 << 1056 << 1057 << 1058 << 1059 }; << 1060 << 1061 ope2_ << 1062 << 1063 << 1064 << 1065 << 1066 << 1067 }; << 1068 }; << 1069 }; << 1070 << 1071 mvc@702da000 { << 1072 status = "oka << 1073 << 1074 ports { << 1075 #addr << 1076 #size << 1077 << 1078 port@ << 1079 << 1080 << 1081 << 1082 << 1083 << 1084 }; << 1085 << 1086 mvc1_ << 1087 << 1088 << 1089 << 1090 << 1091 << 1092 }; << 1093 }; << 1094 }; << 1095 << 1096 mvc@702da200 { << 1097 status = "oka << 1098 << 1099 ports { << 1100 #addr << 1101 #size << 1102 << 1103 port@ << 1104 << 1105 << 1106 << 1107 << 1108 << 1109 }; << 1110 << 1111 mvc2_ << 1112 << 1113 << 1114 << 1115 << 1116 << 1117 }; << 1118 }; << 1119 }; << 1120 << 1121 amixer@702dbb00 { << 1122 status = "oka << 1123 << 1124 ports { << 1125 #addr << 1126 #size << 1127 << 1128 port@ << 1129 << 1130 << 1131 << 1132 << 1133 << 1134 }; << 1135 << 1136 port@ << 1137 << 1138 << 1139 << 1140 << 1141 << 1142 }; << 1143 << 1144 port@ << 1145 << 1146 << 1147 << 1148 << 1149 << 1150 }; << 1151 << 1152 port@ << 1153 << 1154 << 1155 << 1156 << 1157 << 1158 }; << 1159 << 1160 port@ << 1161 << 1162 << 1163 << 1164 << 1165 << 1166 }; << 1167 << 1168 port@ << 1169 << 1170 << 1171 << 1172 << 1173 << 1174 }; << 1175 << 1176 port@ << 1177 << 1178 << 1179 << 1180 << 1181 << 1182 }; << 1183 << 1184 port@ << 1185 << 1186 << 1187 << 1188 << 1189 << 1190 }; << 1191 << 1192 port@ << 1193 << 1194 << 1195 << 1196 << 1197 << 1198 }; << 1199 << 1200 port@ << 1201 << 1202 << 1203 << 1204 << 1205 << 1206 }; << 1207 << 1208 mixer << 1209 << 1210 << 1211 << 1212 << 1213 << 1214 }; << 1215 << 1216 mixer << 1217 << 1218 << 1219 << 1220 << 1221 << 1222 }; << 1223 << 1224 mixer << 1225 << 1226 << 1227 << 1228 << 1229 << 1230 }; << 1231 << 1232 mixer << 1233 << 1234 << 1235 << 1236 << 1237 << 1238 }; << 1239 << 1240 mixer << 1241 << 1242 << 1243 << 1244 << 1245 << 1246 }; << 1247 }; << 1248 }; << 1249 << 1250 ports { << 1251 xbar_i2s3_por << 1252 reg = << 1253 << 1254 xbar_ << 1255 << 1256 }; << 1257 }; << 1258 << 1259 xbar_i2s4_por << 1260 reg = << 1261 << 1262 xbar_ << 1263 << 1264 }; << 1265 }; << 1266 << 1267 xbar_dmic1_po << 1268 reg = << 1269 << 1270 xbar_ << 1271 << 1272 }; << 1273 }; << 1274 << 1275 xbar_dmic2_po << 1276 reg = << 1277 << 1278 xbar_ << 1279 << 1280 }; << 1281 }; << 1282 << 1283 xbar_sfc1_in_ << 1284 reg = << 1285 << 1286 xbar_ << 1287 << 1288 }; << 1289 }; << 1290 << 1291 port@13 { << 1292 reg = << 1293 << 1294 xbar_ << 1295 << 1296 }; << 1297 }; << 1298 << 1299 xbar_sfc2_in_ << 1300 reg = << 1301 << 1302 xbar_ << 1303 << 1304 }; << 1305 }; << 1306 << 1307 port@15 { << 1308 reg = << 1309 << 1310 xbar_ << 1311 << 1312 }; << 1313 }; << 1314 << 1315 xbar_sfc3_in_ << 1316 reg = << 1317 << 1318 xbar_ << 1319 << 1320 }; << 1321 }; << 1322 << 1323 port@17 { << 1324 reg = << 1325 << 1326 xbar_ << 1327 << 1328 }; << 1329 }; << 1330 << 1331 xbar_sfc4_in_ << 1332 reg = << 1333 << 1334 xbar_ << 1335 << 1336 }; << 1337 }; << 1338 << 1339 port@19 { << 1340 reg = << 1341 << 1342 xbar_ << 1343 << 1344 }; << 1345 }; << 1346 << 1347 xbar_mvc1_in_ << 1348 reg = << 1349 << 1350 xbar_ << 1351 << 1352 }; << 1353 }; << 1354 << 1355 port@1b { << 1356 reg = << 1357 << 1358 xbar_ << 1359 << 1360 }; << 1361 }; << 1362 << 1363 xbar_mvc2_in_ << 1364 reg = << 1365 << 1366 xbar_ << 1367 << 1368 }; << 1369 }; << 1370 << 1371 port@1d { << 1372 reg = << 1373 << 1374 xbar_ << 1375 << 1376 }; << 1377 }; << 1378 << 1379 xbar_amx1_in1 << 1380 reg = << 1381 << 1382 xbar_ << 1383 << 1384 }; << 1385 }; << 1386 << 1387 xbar_amx1_in2 << 1388 reg = << 1389 << 1390 xbar_ << 1391 << 1392 }; << 1393 }; << 1394 << 1395 xbar_amx1_in3 << 1396 reg = << 1397 << 1398 xbar_ << 1399 << 1400 }; << 1401 }; << 1402 << 1403 xbar_amx1_in4 << 1404 reg = << 1405 << 1406 xbar_ << 1407 << 1408 }; << 1409 }; << 1410 << 1411 port@22 { << 1412 reg = << 1413 << 1414 xbar_ << 1415 << 1416 }; << 1417 }; << 1418 << 1419 xbar_amx2_in1 << 1420 reg = << 1421 << 1422 xbar_ << 1423 << 1424 }; << 1425 }; << 1426 << 1427 xbar_amx2_in2 << 1428 reg = << 1429 << 1430 xbar_ << 1431 << 1432 }; << 1433 }; << 1434 << 1435 xbar_amx2_in3 << 1436 reg = << 1437 << 1438 xbar_ << 1439 << 1440 }; << 1441 }; << 1442 << 1443 xbar_amx2_in4 << 1444 reg = << 1445 << 1446 xbar_ << 1447 << 1448 }; << 1449 }; << 1450 << 1451 port@27 { << 1452 reg = << 1453 << 1454 xbar_ << 1455 << 1456 }; << 1457 }; << 1458 << 1459 xbar_adx1_in_ << 1460 reg = << 1461 << 1462 xbar_ << 1463 << 1464 }; << 1465 }; << 1466 << 1467 port@29 { << 1468 reg = << 1469 << 1470 xbar_ << 1471 << 1472 }; << 1473 }; << 1474 << 1475 port@2a { << 1476 reg = << 1477 << 1478 xbar_ << 1479 << 1480 }; << 1481 }; << 1482 << 1483 port@2b { << 1484 reg = << 1485 << 1486 xbar_ << 1487 << 1488 }; << 1489 }; << 1490 << 1491 port@2c { << 1492 reg = << 1493 << 1494 xbar_ << 1495 << 1496 }; << 1497 }; << 1498 << 1499 xbar_adx2_in_ << 1500 reg = << 1501 << 1502 xbar_ << 1503 << 1504 }; << 1505 }; << 1506 << 1507 port@2e { << 1508 reg = << 1509 << 1510 xbar_ << 1511 << 1512 }; << 1513 }; << 1514 << 1515 port@2f { << 1516 reg = << 1517 << 1518 xbar_ << 1519 << 1520 }; << 1521 }; << 1522 << 1523 port@30 { << 1524 reg = << 1525 << 1526 xbar_ << 1527 << 1528 }; << 1529 }; << 1530 << 1531 port@31 { << 1532 reg = << 1533 << 1534 xbar_ << 1535 << 1536 }; << 1537 }; << 1538 << 1539 xbar_mixer_in << 1540 reg = << 1541 << 1542 xbar_ << 1543 << 1544 }; << 1545 }; << 1546 << 1547 xbar_mixer_in << 1548 reg = << 1549 << 1550 xbar_ << 1551 << 1552 }; << 1553 }; << 1554 << 1555 xbar_mixer_in << 1556 reg = << 1557 << 1558 xbar_ << 1559 << 1560 }; << 1561 }; << 1562 << 1563 xbar_mixer_in << 1564 reg = << 1565 << 1566 xbar_ << 1567 << 1568 }; << 1569 }; << 1570 << 1571 xbar_mixer_in << 1572 reg = << 1573 << 1574 xbar_ << 1575 << 1576 }; << 1577 }; << 1578 << 1579 xbar_mixer_in << 1580 reg = << 1581 << 1582 xbar_ << 1583 << 1584 }; << 1585 }; << 1586 << 1587 xbar_mixer_in << 1588 reg = << 1589 << 1590 xbar_ << 1591 << 1592 }; << 1593 }; << 1594 << 1595 xbar_mixer_in << 1596 reg = << 1597 << 1598 xbar_ << 1599 << 1600 }; << 1601 }; << 1602 << 1603 xbar_mixer_in << 1604 reg = << 1605 << 1606 xbar_ << 1607 << 1608 }; << 1609 }; << 1610 << 1611 xbar_mixer_in << 1612 reg = << 1613 << 1614 xbar_ << 1615 << 1616 }; << 1617 }; << 1618 << 1619 port@3c { << 1620 reg = << 1621 << 1622 xbar_ << 1623 << 1624 }; << 1625 }; << 1626 << 1627 port@3d { << 1628 reg = << 1629 << 1630 xbar_ << 1631 << 1632 }; << 1633 }; << 1634 << 1635 port@3e { << 1636 reg = << 1637 << 1638 xbar_ << 1639 << 1640 }; << 1641 }; << 1642 << 1643 port@3f { << 1644 reg = << 1645 << 1646 xbar_ << 1647 << 1648 }; << 1649 }; << 1650 << 1651 port@40 { << 1652 reg = << 1653 << 1654 xbar_ << 1655 << 1656 }; << 1657 }; << 1658 << 1659 xbar_ope1_in_ << 1660 reg = << 1661 << 1662 xbar_ << 1663 << 1664 }; << 1665 }; << 1666 << 1667 port@42 { << 1668 reg = << 1669 << 1670 xbar_ << 1671 << 1672 }; << 1673 }; << 1674 << 1675 xbar_ope2_in_ << 1676 reg = << 1677 << 1678 xbar_ << 1679 << 1680 }; << 1681 }; << 1682 << 1683 port@44 { << 1684 reg = << 1685 << 1686 xbar_ << 1687 << 1688 }; << 1689 }; << 1690 }; << 1691 }; << 1692 << 1693 dma-controller@702e2000 { << 1694 status = "okay"; << 1695 }; << 1696 570 1697 interrupt-controller@702f9000 !! 571 non-removable; 1698 status = "okay"; !! 572 cap-sdio-irq; 1699 }; !! 573 keep-power-in-suspend; >> 574 wakeup-source; 1700 }; 575 }; 1701 576 1702 spi@70410000 { !! 577 clocks { 1703 status = "okay"; !! 578 compatible = "simple-bus"; >> 579 #address-cells = <1>; >> 580 #size-cells = <0>; 1704 581 1705 flash@0 { !! 582 clk32k_in: clock@0 { 1706 compatible = "jedec,s !! 583 compatible = "fixed-clock"; 1707 reg = <0>; 584 reg = <0>; 1708 spi-max-frequency = < !! 585 #clock-cells = <0>; 1709 spi-tx-bus-width = <2 !! 586 clock-frequency = <32768>; 1710 spi-rx-bus-width = <2 << 1711 }; 587 }; 1712 }; 588 }; 1713 589 1714 clk32k_in: clock-32k { << 1715 compatible = "fixed-clock"; << 1716 clock-frequency = <32768>; << 1717 #clock-cells = <0>; << 1718 }; << 1719 << 1720 cpus { 590 cpus { 1721 cpu@0 { 591 cpu@0 { 1722 enable-method = "psci 592 enable-method = "psci"; 1723 }; 593 }; 1724 594 1725 cpu@1 { 595 cpu@1 { 1726 enable-method = "psci 596 enable-method = "psci"; 1727 }; 597 }; 1728 598 1729 cpu@2 { 599 cpu@2 { 1730 enable-method = "psci 600 enable-method = "psci"; 1731 }; 601 }; 1732 602 1733 cpu@3 { 603 cpu@3 { 1734 enable-method = "psci 604 enable-method = "psci"; 1735 }; 605 }; 1736 606 1737 idle-states { 607 idle-states { 1738 cpu-sleep { 608 cpu-sleep { 1739 status = "oka 609 status = "okay"; 1740 }; 610 }; 1741 }; 611 }; 1742 }; 612 }; 1743 613 1744 gpio-keys { !! 614 fan: fan { 1745 compatible = "gpio-keys"; << 1746 << 1747 key-force-recovery { << 1748 label = "Force Recove << 1749 gpios = <&gpio TEGRA_ << 1750 linux,input-type = <E << 1751 linux,code = <BTN_1>; << 1752 debounce-interval = < << 1753 }; << 1754 << 1755 key-power { << 1756 label = "Power"; << 1757 gpios = <&gpio TEGRA_ << 1758 linux,input-type = <E << 1759 linux,code = <KEY_POW << 1760 debounce-interval = < << 1761 wakeup-event-action = << 1762 wakeup-source; << 1763 }; << 1764 }; << 1765 << 1766 psci { << 1767 compatible = "arm,psci-1.0"; << 1768 method = "smc"; << 1769 }; << 1770 << 1771 fan: pwm-fan { << 1772 compatible = "pwm-fan"; 615 compatible = "pwm-fan"; 1773 pwms = <&pwm 3 45334>; 616 pwms = <&pwm 3 45334>; 1774 617 1775 cooling-levels = <0 64 128 25 618 cooling-levels = <0 64 128 255>; 1776 #cooling-cells = <2>; 619 #cooling-cells = <2>; 1777 }; 620 }; 1778 621 1779 vdd_5v0_sys: regulator-vdd-5v0-sys { << 1780 compatible = "regulator-fixed << 1781 << 1782 regulator-name = "VDD_5V0_SYS << 1783 regulator-min-microvolt = <50 << 1784 regulator-max-microvolt = <50 << 1785 regulator-always-on; << 1786 regulator-boot-on; << 1787 }; << 1788 << 1789 vdd_3v3_sys: regulator-vdd-3v3-sys { << 1790 compatible = "regulator-fixed << 1791 << 1792 regulator-name = "VDD_3V3_SYS << 1793 regulator-min-microvolt = <33 << 1794 regulator-max-microvolt = <33 << 1795 regulator-enable-ramp-delay = << 1796 regulator-always-on; << 1797 regulator-boot-on; << 1798 << 1799 gpio = <&pmic 3 GPIO_ACTIVE_H << 1800 enable-active-high; << 1801 << 1802 vin-supply = <&vdd_5v0_sys>; << 1803 }; << 1804 << 1805 vdd_3v3_sd: regulator-vdd-3v3-sd { << 1806 compatible = "regulator-fixed << 1807 << 1808 regulator-name = "VDD_3V3_SD" << 1809 regulator-min-microvolt = <33 << 1810 regulator-max-microvolt = <33 << 1811 << 1812 gpio = <&gpio TEGRA_GPIO(Z, 3 << 1813 enable-active-high; << 1814 << 1815 vin-supply = <&vdd_3v3_sys>; << 1816 }; << 1817 << 1818 vdd_hdmi: regulator-vdd-hdmi-5v0 { << 1819 compatible = "regulator-fixed << 1820 << 1821 regulator-name = "VDD_HDMI_5V << 1822 regulator-min-microvolt = <50 << 1823 regulator-max-microvolt = <50 << 1824 << 1825 vin-supply = <&vdd_5v0_sys>; << 1826 }; << 1827 << 1828 vdd_hub_3v3: regulator-vdd-hub-3v3 { << 1829 compatible = "regulator-fixed << 1830 << 1831 regulator-name = "VDD_HUB_3V3 << 1832 regulator-min-microvolt = <33 << 1833 regulator-max-microvolt = <33 << 1834 << 1835 gpio = <&gpio TEGRA_GPIO(A, 6 << 1836 enable-active-high; << 1837 << 1838 vin-supply = <&vdd_5v0_sys>; << 1839 }; << 1840 << 1841 vdd_cpu: regulator-vdd-cpu { << 1842 compatible = "regulator-fixed << 1843 << 1844 regulator-name = "VDD_CPU"; << 1845 regulator-min-microvolt = <50 << 1846 regulator-max-microvolt = <50 << 1847 regulator-always-on; << 1848 regulator-boot-on; << 1849 << 1850 gpio = <&pmic 5 GPIO_ACTIVE_H << 1851 enable-active-high; << 1852 << 1853 vin-supply = <&vdd_5v0_sys>; << 1854 }; << 1855 << 1856 vdd_gpu: regulator-vdd-gpu { << 1857 compatible = "pwm-regulator"; << 1858 pwms = <&pwm 1 8000>; << 1859 << 1860 regulator-name = "VDD_GPU"; << 1861 regulator-min-microvolt = <71 << 1862 regulator-max-microvolt = <13 << 1863 regulator-ramp-delay = <80>; << 1864 regulator-enable-ramp-delay = << 1865 regulator-settling-time-us = << 1866 << 1867 enable-gpios = <&pmic 6 GPIO_ << 1868 vin-supply = <&vdd_5v0_sys>; << 1869 }; << 1870 << 1871 avdd_io_edp_1v05: regulator-avdd-io-e << 1872 compatible = "regulator-fixed << 1873 << 1874 regulator-name = "AVDD_IO_EDP << 1875 regulator-min-microvolt = <10 << 1876 regulator-max-microvolt = <10 << 1877 << 1878 gpio = <&pmic 7 GPIO_ACTIVE_H << 1879 enable-active-high; << 1880 << 1881 vin-supply = <&avdd_1v05_pll> << 1882 }; << 1883 << 1884 vdd_5v0_usb: regulator-vdd-5v-usb { << 1885 compatible = "regulator-fixed << 1886 << 1887 regulator-name = "VDD_5V_USB" << 1888 regulator-min-microvolt = <50 << 1889 regulator-max-microvolt = <50 << 1890 << 1891 vin-supply = <&vdd_5v0_sys>; << 1892 }; << 1893 << 1894 sound { << 1895 compatible = "nvidia,tegra210 << 1896 status = "okay"; << 1897 << 1898 dais = /* FE */ << 1899 <&admaif1_port>, <&adm << 1900 <&admaif4_port>, <&adm << 1901 <&admaif7_port>, <&adm << 1902 <&admaif10_port>, << 1903 /* Router */ << 1904 <&xbar_i2s3_port>, <&x << 1905 <&xbar_dmic1_port>, <& << 1906 <&xbar_sfc1_in_port>, << 1907 <&xbar_sfc3_in_port>, << 1908 <&xbar_mvc1_in_port>, << 1909 <&xbar_amx1_in1_port>, << 1910 <&xbar_amx1_in3_port>, << 1911 <&xbar_amx2_in1_port>, << 1912 <&xbar_amx2_in3_port>, << 1913 <&xbar_adx1_in_port>, << 1914 <&xbar_mixer_in1_port> << 1915 <&xbar_mixer_in3_port> << 1916 <&xbar_mixer_in5_port> << 1917 <&xbar_mixer_in7_port> << 1918 <&xbar_mixer_in9_port> << 1919 <&xbar_ope1_in_port>, << 1920 /* HW accelerators */ << 1921 <&sfc1_out_port>, <&sf << 1922 <&sfc3_out_port>, <&sf << 1923 <&mvc1_out_port>, <&mv << 1924 <&amx1_out_port>, <&am << 1925 <&adx1_out1_port>, <&a << 1926 <&adx1_out3_port>, <&a << 1927 <&adx2_out1_port>, <&a << 1928 <&adx2_out3_port>, <&a << 1929 <&mixer_out1_port>, <& << 1930 <&mixer_out3_port>, <& << 1931 <&mixer_out5_port>, << 1932 <&ope1_out_port>, <&op << 1933 /* I/O DAP Ports */ << 1934 <&i2s3_port>, <&i2s4_p << 1935 <&dmic1_port>, <&dmic2 << 1936 << 1937 label = "NVIDIA Jetson Nano A << 1938 }; << 1939 << 1940 thermal-zones { 622 thermal-zones { 1941 cpu-thermal { !! 623 cpu { 1942 trips { 624 trips { 1943 cpu_trip_crit 625 cpu_trip_critical: critical { 1944 tempe 626 temperature = <96500>; 1945 hyste 627 hysteresis = <0>; 1946 type 628 type = "critical"; 1947 }; 629 }; 1948 630 1949 cpu_trip_hot: 631 cpu_trip_hot: hot { 1950 tempe 632 temperature = <70000>; 1951 hyste 633 hysteresis = <2000>; 1952 type 634 type = "hot"; 1953 }; 635 }; 1954 636 1955 cpu_trip_acti 637 cpu_trip_active: active { 1956 tempe 638 temperature = <50000>; 1957 hyste 639 hysteresis = <2000>; 1958 type 640 type = "active"; 1959 }; 641 }; 1960 642 1961 cpu_trip_pass 643 cpu_trip_passive: passive { 1962 tempe 644 temperature = <30000>; 1963 hyste 645 hysteresis = <2000>; 1964 type 646 type = "passive"; 1965 }; 647 }; 1966 }; 648 }; 1967 649 1968 cooling-maps { 650 cooling-maps { 1969 cpu-critical 651 cpu-critical { 1970 cooli 652 cooling-device = <&fan 3 3>; 1971 trip 653 trip = <&cpu_trip_critical>; 1972 }; 654 }; 1973 655 1974 cpu-hot { 656 cpu-hot { 1975 cooli 657 cooling-device = <&fan 2 2>; 1976 trip 658 trip = <&cpu_trip_hot>; 1977 }; 659 }; 1978 660 1979 cpu-active { 661 cpu-active { 1980 cooli 662 cooling-device = <&fan 1 1>; 1981 trip 663 trip = <&cpu_trip_active>; 1982 }; 664 }; 1983 665 1984 cpu-passive { 666 cpu-passive { 1985 cooli 667 cooling-device = <&fan 0 0>; 1986 trip 668 trip = <&cpu_trip_passive>; 1987 }; 669 }; 1988 }; 670 }; >> 671 }; >> 672 }; >> 673 >> 674 gpio-keys { >> 675 compatible = "gpio-keys"; >> 676 >> 677 power { >> 678 label = "Power"; >> 679 gpios = <&gpio TEGRA_GPIO(X, 5) GPIO_ACTIVE_LOW>; >> 680 linux,input-type = <EV_KEY>; >> 681 linux,code = <KEY_POWER>; >> 682 debounce-interval = <30>; >> 683 wakeup-event-action = <EV_ACT_ASSERTED>; >> 684 wakeup-source; >> 685 }; >> 686 >> 687 force-recovery { >> 688 label = "Force Recovery"; >> 689 gpios = <&gpio TEGRA_GPIO(X, 6) GPIO_ACTIVE_LOW>; >> 690 linux,input-type = <EV_KEY>; >> 691 linux,code = <BTN_1>; >> 692 debounce-interval = <30>; >> 693 }; >> 694 }; >> 695 >> 696 psci { >> 697 compatible = "arm,psci-1.0"; >> 698 method = "smc"; >> 699 }; >> 700 >> 701 regulators { >> 702 compatible = "simple-bus"; >> 703 #address-cells = <1>; >> 704 #size-cells = <0>; >> 705 >> 706 vdd_5v0_sys: regulator@0 { >> 707 compatible = "regulator-fixed"; >> 708 reg = <0>; >> 709 >> 710 regulator-name = "VDD_5V0_SYS"; >> 711 regulator-min-microvolt = <5000000>; >> 712 regulator-max-microvolt = <5000000>; >> 713 regulator-always-on; >> 714 regulator-boot-on; >> 715 }; >> 716 >> 717 vdd_3v3_sys: regulator@1 { >> 718 compatible = "regulator-fixed"; >> 719 reg = <1>; >> 720 regulator-name = "VDD_3V3_SYS"; >> 721 regulator-min-microvolt = <3300000>; >> 722 regulator-max-microvolt = <3300000>; >> 723 regulator-enable-ramp-delay = <240>; >> 724 regulator-disable-ramp-delay = <11340>; >> 725 regulator-always-on; >> 726 regulator-boot-on; >> 727 >> 728 gpio = <&pmic 3 GPIO_ACTIVE_HIGH>; >> 729 enable-active-high; >> 730 >> 731 vin-supply = <&vdd_5v0_sys>; >> 732 }; >> 733 >> 734 vdd_3v3_sd: regulator@2 { >> 735 compatible = "regulator-fixed"; >> 736 reg = <2>; >> 737 >> 738 regulator-name = "VDD_3V3_SD"; >> 739 regulator-min-microvolt = <3300000>; >> 740 regulator-max-microvolt = <3300000>; >> 741 >> 742 gpio = <&gpio TEGRA_GPIO(Z, 3) GPIO_ACTIVE_HIGH>; >> 743 enable-active-high; >> 744 >> 745 vin-supply = <&vdd_3v3_sys>; >> 746 }; >> 747 >> 748 vdd_hdmi: regulator@3 { >> 749 compatible = "regulator-fixed"; >> 750 reg = <3>; >> 751 >> 752 regulator-name = "VDD_HDMI_5V0"; >> 753 regulator-min-microvolt = <5000000>; >> 754 regulator-max-microvolt = <5000000>; >> 755 >> 756 vin-supply = <&vdd_5v0_sys>; >> 757 }; >> 758 >> 759 vdd_hub_3v3: regulator@4 { >> 760 compatible = "regulator-fixed"; >> 761 reg = <4>; >> 762 >> 763 regulator-name = "VDD_HUB_3V3"; >> 764 regulator-min-microvolt = <3300000>; >> 765 regulator-max-microvolt = <3300000>; >> 766 >> 767 gpio = <&gpio TEGRA_GPIO(A, 6) GPIO_ACTIVE_HIGH>; >> 768 enable-active-high; >> 769 >> 770 vin-supply = <&vdd_5v0_sys>; >> 771 }; >> 772 >> 773 vdd_cpu: regulator@5 { >> 774 compatible = "regulator-fixed"; >> 775 reg = <5>; >> 776 >> 777 regulator-name = "VDD_CPU"; >> 778 regulator-min-microvolt = <5000000>; >> 779 regulator-max-microvolt = <5000000>; >> 780 regulator-always-on; >> 781 regulator-boot-on; >> 782 >> 783 gpio = <&pmic 5 GPIO_ACTIVE_HIGH>; >> 784 enable-active-high; >> 785 >> 786 vin-supply = <&vdd_5v0_sys>; >> 787 }; >> 788 >> 789 vdd_gpu: regulator@6 { >> 790 compatible = "pwm-regulator"; >> 791 reg = <6>; >> 792 pwms = <&pwm 1 4880>; >> 793 regulator-name = "VDD_GPU"; >> 794 regulator-min-microvolt = <710000>; >> 795 regulator-max-microvolt = <1320000>; >> 796 regulator-ramp-delay = <80>; >> 797 regulator-enable-ramp-delay = <2000>; >> 798 regulator-settling-time-us = <160>; >> 799 enable-gpios = <&pmic 6 GPIO_ACTIVE_HIGH>; >> 800 vin-supply = <&vdd_5v0_sys>; >> 801 }; >> 802 >> 803 avdd_io_edp_1v05: regulator@7 { >> 804 compatible = "regulator-fixed"; >> 805 reg = <7>; >> 806 >> 807 regulator-name = "AVDD_IO_EDP_1V05"; >> 808 regulator-min-microvolt = <1050000>; >> 809 regulator-max-microvolt = <1050000>; >> 810 >> 811 gpio = <&pmic 7 GPIO_ACTIVE_HIGH>; >> 812 enable-active-high; >> 813 >> 814 vin-supply = <&avdd_1v05_pll>; 1989 }; 815 }; 1990 }; 816 }; 1991 }; 817 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.