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 { << 75 status = "okay"; << 76 << 77 avdd-io-hdmi-dp-supply << 78 vdd-hdmi-dp-pll-supply << 79 << 80 nvidia,xbar-cfg = <2 1 << 81 nvidia,dpaux = <&dpaux << 82 }; << 83 << 84 sor@54580000 { 67 sor@54580000 { 85 status = "okay"; 68 status = "okay"; 86 69 87 avdd-io-hdmi-dp-supply !! 70 avdd-io-supply = <&avdd_1v05>; 88 vdd-hdmi-dp-pll-supply !! 71 vdd-pll-supply = <&vdd_1v8>; 89 hdmi-supply = <&vdd_hd 72 hdmi-supply = <&vdd_hdmi>; 90 73 91 nvidia,ddc-i2c-bus = < 74 nvidia,ddc-i2c-bus = <&hdmi_ddc>; 92 nvidia,hpd-gpio = <&gp 75 nvidia,hpd-gpio = <&gpio TEGRA_GPIO(CC, 1) 93 GPI 76 GPIO_ACTIVE_LOW>; 94 nvidia,xbar-cfg = <0 1 77 nvidia,xbar-cfg = <0 1 2 3 4>; 95 }; 78 }; 96 << 97 dpaux@545c0000 { << 98 status = "okay"; << 99 }; << 100 << 101 i2c@546c0000 { << 102 status = "okay"; << 103 }; << 104 }; 79 }; 105 80 106 gpu@57000000 { 81 gpu@57000000 { 107 vdd-supply = <&vdd_gpu>; 82 vdd-supply = <&vdd_gpu>; 108 status = "okay"; 83 status = "okay"; 109 }; 84 }; 110 85 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 */ 86 /* debug port */ 128 serial@70006000 { 87 serial@70006000 { 129 /delete-property/ dmas; << 130 /delete-property/ dma-names; << 131 status = "okay"; 88 status = "okay"; 132 }; 89 }; 133 90 134 pwm@7000a000 { 91 pwm@7000a000 { 135 status = "okay"; 92 status = "okay"; 136 }; 93 }; 137 94 138 i2c@7000c500 { 95 i2c@7000c500 { 139 status = "okay"; 96 status = "okay"; 140 clock-frequency = <100000>; 97 clock-frequency = <100000>; 141 98 142 eeprom@50 { 99 eeprom@50 { 143 compatible = "atmel,24 100 compatible = "atmel,24c02"; 144 reg = <0x50>; 101 reg = <0x50>; 145 102 146 label = "module"; !! 103 address-bits = <8>; 147 vcc-supply = <&vdd_1v8 !! 104 page-size = <8>; 148 address-width = <8>; << 149 pagesize = <8>; << 150 size = <256>; 105 size = <256>; 151 read-only; 106 read-only; 152 }; 107 }; 153 108 154 eeprom@57 { 109 eeprom@57 { 155 compatible = "atmel,24 110 compatible = "atmel,24c02"; 156 reg = <0x57>; 111 reg = <0x57>; 157 112 158 label = "system"; !! 113 address-bits = <8>; 159 vcc-supply = <&vdd_1v8 !! 114 page-size = <8>; 160 address-width = <8>; << 161 pagesize = <8>; << 162 size = <256>; 115 size = <256>; 163 read-only; 116 read-only; 164 }; 117 }; 165 }; 118 }; 166 119 167 hdmi_ddc: i2c@7000c700 { 120 hdmi_ddc: i2c@7000c700 { 168 status = "okay"; 121 status = "okay"; 169 clock-frequency = <100000>; 122 clock-frequency = <100000>; 170 }; 123 }; 171 124 172 i2c@7000d000 { 125 i2c@7000d000 { 173 status = "okay"; 126 status = "okay"; 174 clock-frequency = <400000>; 127 clock-frequency = <400000>; 175 128 176 pmic: pmic@3c { 129 pmic: pmic@3c { 177 compatible = "maxim,ma 130 compatible = "maxim,max77620"; 178 reg = <0x3c>; 131 reg = <0x3c>; 179 interrupt-parent = <&t !! 132 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>; 180 interrupts = <51 IRQ_T << 181 133 182 #interrupt-cells = <2> 134 #interrupt-cells = <2>; 183 interrupt-controller; 135 interrupt-controller; 184 136 185 #gpio-cells = <2>; 137 #gpio-cells = <2>; 186 gpio-controller; 138 gpio-controller; 187 139 188 pinctrl-names = "defau 140 pinctrl-names = "default"; 189 pinctrl-0 = <&max77620 141 pinctrl-0 = <&max77620_default>; 190 142 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 143 max77620_default: pinmux { 208 gpio0 { 144 gpio0 { 209 pins = 145 pins = "gpio0"; 210 functi 146 function = "gpio"; 211 }; 147 }; 212 148 213 gpio1 { 149 gpio1 { 214 pins = 150 pins = "gpio1"; 215 functi 151 function = "fps-out"; 216 drive- 152 drive-push-pull = <1>; 217 maxim, 153 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>; 218 maxim, 154 maxim,active-fps-power-up-slot = <0>; 219 maxim, 155 maxim,active-fps-power-down-slot = <7>; 220 }; 156 }; 221 157 222 gpio2 { 158 gpio2 { 223 pins = 159 pins = "gpio2"; 224 functi 160 function = "fps-out"; 225 drive- 161 drive-open-drain = <1>; 226 maxim, 162 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 227 maxim, 163 maxim,active-fps-power-up-slot = <0>; 228 maxim, 164 maxim,active-fps-power-down-slot = <7>; 229 }; 165 }; 230 166 231 gpio3 { 167 gpio3 { 232 pins = 168 pins = "gpio3"; 233 functi 169 function = "fps-out"; 234 drive- 170 drive-open-drain = <1>; 235 maxim, 171 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 236 maxim, 172 maxim,active-fps-power-up-slot = <4>; 237 maxim, 173 maxim,active-fps-power-down-slot = <3>; 238 }; 174 }; 239 175 240 gpio4 { 176 gpio4 { 241 pins = 177 pins = "gpio4"; 242 functi 178 function = "32k-out1"; 243 }; 179 }; 244 180 245 gpio5_6_7 { 181 gpio5_6_7 { 246 pins = 182 pins = "gpio5", "gpio6", "gpio7"; 247 functi 183 function = "gpio"; 248 drive- 184 drive-push-pull = <1>; 249 }; 185 }; 250 }; 186 }; 251 187 >> 188 fps { >> 189 fps0 { >> 190 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; >> 191 maxim,suspend-fps-time-period-us = <5120>; >> 192 }; >> 193 >> 194 fps1 { >> 195 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>; >> 196 maxim,suspend-fps-time-period-us = <5120>; >> 197 }; >> 198 >> 199 fps2 { >> 200 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>; >> 201 }; >> 202 }; >> 203 252 regulators { 204 regulators { 253 in-ldo0-1-supp 205 in-ldo0-1-supply = <&vdd_pre>; 254 in-ldo2-supply 206 in-ldo2-supply = <&vdd_3v3_sys>; 255 in-ldo3-5-supp 207 in-ldo3-5-supply = <&vdd_1v8>; 256 in-ldo4-6-supp 208 in-ldo4-6-supply = <&vdd_5v0_sys>; 257 in-ldo7-8-supp 209 in-ldo7-8-supply = <&vdd_pre>; 258 in-sd0-supply 210 in-sd0-supply = <&vdd_5v0_sys>; 259 in-sd1-supply 211 in-sd1-supply = <&vdd_5v0_sys>; 260 in-sd2-supply 212 in-sd2-supply = <&vdd_5v0_sys>; 261 in-sd3-supply 213 in-sd3-supply = <&vdd_5v0_sys>; 262 214 263 vdd_soc: sd0 { 215 vdd_soc: sd0 { 264 regula 216 regulator-name = "VDD_SOC"; 265 regula 217 regulator-min-microvolt = <1000000>; 266 regula 218 regulator-max-microvolt = <1170000>; 267 regula 219 regulator-enable-ramp-delay = <146>; >> 220 regulator-disable-ramp-delay = <4080>; 268 regula 221 regulator-ramp-delay = <27500>; 269 regula 222 regulator-ramp-delay-scale = <300>; 270 regula 223 regulator-always-on; 271 regula 224 regulator-boot-on; 272 225 273 maxim, 226 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; 274 maxim, 227 maxim,active-fps-power-up-slot = <1>; 275 maxim, 228 maxim,active-fps-power-down-slot = <6>; 276 }; 229 }; 277 230 278 vdd_ddr: sd1 { 231 vdd_ddr: sd1 { 279 regula 232 regulator-name = "VDD_DDR_1V1_PMIC"; 280 regula 233 regulator-min-microvolt = <1150000>; 281 regula 234 regulator-max-microvolt = <1150000>; 282 regula 235 regulator-enable-ramp-delay = <176>; >> 236 regulator-disable-ramp-delay = <145800>; 283 regula 237 regulator-ramp-delay = <27500>; 284 regula 238 regulator-ramp-delay-scale = <300>; 285 regula 239 regulator-always-on; 286 regula 240 regulator-boot-on; 287 241 288 maxim, 242 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 289 maxim, 243 maxim,active-fps-power-up-slot = <5>; 290 maxim, 244 maxim,active-fps-power-down-slot = <2>; 291 }; 245 }; 292 246 293 vdd_pre: sd2 { 247 vdd_pre: sd2 { 294 regula 248 regulator-name = "VDD_PRE_REG_1V35"; 295 regula 249 regulator-min-microvolt = <1350000>; 296 regula 250 regulator-max-microvolt = <1350000>; 297 regula 251 regulator-enable-ramp-delay = <176>; >> 252 regulator-disable-ramp-delay = <32000>; 298 regula 253 regulator-ramp-delay = <27500>; 299 regula 254 regulator-ramp-delay-scale = <350>; 300 regula 255 regulator-always-on; 301 regula 256 regulator-boot-on; 302 257 303 maxim, 258 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; 304 maxim, 259 maxim,active-fps-power-up-slot = <2>; 305 maxim, 260 maxim,active-fps-power-down-slot = <5>; 306 }; 261 }; 307 262 308 vdd_1v8: sd3 { 263 vdd_1v8: sd3 { 309 regula 264 regulator-name = "VDD_1V8"; 310 regula 265 regulator-min-microvolt = <1800000>; 311 regula 266 regulator-max-microvolt = <1800000>; 312 regula 267 regulator-enable-ramp-delay = <242>; >> 268 regulator-disable-ramp-delay = <118000>; 313 regula 269 regulator-ramp-delay = <27500>; 314 regula 270 regulator-ramp-delay-scale = <360>; 315 regula 271 regulator-always-on; 316 regula 272 regulator-boot-on; 317 273 318 maxim, 274 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 319 maxim, 275 maxim,active-fps-power-up-slot = <3>; 320 maxim, 276 maxim,active-fps-power-down-slot = <4>; 321 }; 277 }; 322 278 323 vdd_sys_1v2: l 279 vdd_sys_1v2: ldo0 { 324 regula 280 regulator-name = "AVDD_SYS_1V2"; 325 regula 281 regulator-min-microvolt = <1200000>; 326 regula 282 regulator-max-microvolt = <1200000>; 327 regula 283 regulator-enable-ramp-delay = <26>; >> 284 regulator-disable-ramp-delay = <626>; 328 regula 285 regulator-ramp-delay = <100000>; 329 regula 286 regulator-ramp-delay-scale = <200>; 330 regula 287 regulator-always-on; 331 regula 288 regulator-boot-on; 332 289 333 maxim, 290 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>; 334 maxim, 291 maxim,active-fps-power-up-slot = <0>; 335 maxim, 292 maxim,active-fps-power-down-slot = <7>; 336 }; 293 }; 337 294 338 vdd_pex_1v05: 295 vdd_pex_1v05: ldo1 { 339 regula 296 regulator-name = "VDD_PEX_1V05"; 340 regula 297 regulator-min-microvolt = <1050000>; 341 regula 298 regulator-max-microvolt = <1050000>; 342 regula 299 regulator-enable-ramp-delay = <22>; >> 300 regulator-disable-ramp-delay = <650>; 343 regula 301 regulator-ramp-delay = <100000>; 344 regula 302 regulator-ramp-delay-scale = <200>; 345 303 346 maxim, 304 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>; 347 maxim, 305 maxim,active-fps-power-up-slot = <0>; 348 maxim, 306 maxim,active-fps-power-down-slot = <7>; 349 }; 307 }; 350 308 351 vddio_sdmmc: l 309 vddio_sdmmc: ldo2 { 352 regula 310 regulator-name = "VDDIO_SDMMC"; 353 regula 311 regulator-min-microvolt = <1800000>; 354 regula 312 regulator-max-microvolt = <3300000>; 355 regula 313 regulator-enable-ramp-delay = <62>; >> 314 regulator-disable-ramp-delay = <650>; 356 regula 315 regulator-ramp-delay = <100000>; 357 regula 316 regulator-ramp-delay-scale = <200>; 358 317 359 maxim, 318 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>; 360 maxim, 319 maxim,active-fps-power-up-slot = <0>; 361 maxim, 320 maxim,active-fps-power-down-slot = <7>; 362 }; 321 }; 363 322 364 ldo3 { 323 ldo3 { 365 status 324 status = "disabled"; 366 }; 325 }; 367 326 368 vdd_rtc: ldo4 327 vdd_rtc: ldo4 { 369 regula 328 regulator-name = "VDD_RTC"; 370 regula 329 regulator-min-microvolt = <850000>; 371 regula 330 regulator-max-microvolt = <1100000>; 372 regula 331 regulator-enable-ramp-delay = <22>; >> 332 regulator-disable-ramp-delay = <610>; 373 regula 333 regulator-ramp-delay = <100000>; 374 regula 334 regulator-ramp-delay-scale = <200>; 375 regula 335 regulator-disable-active-discharge; 376 regula 336 regulator-always-on; 377 regula 337 regulator-boot-on; 378 338 379 maxim, 339 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 380 maxim, 340 maxim,active-fps-power-up-slot = <1>; 381 maxim, 341 maxim,active-fps-power-down-slot = <6>; 382 }; 342 }; 383 343 384 ldo5 { 344 ldo5 { 385 status 345 status = "disabled"; 386 }; 346 }; 387 347 388 ldo6 { 348 ldo6 { 389 status 349 status = "disabled"; 390 }; 350 }; 391 351 392 avdd_1v05_pll: 352 avdd_1v05_pll: ldo7 { 393 regula 353 regulator-name = "AVDD_1V05_PLL"; 394 regula 354 regulator-min-microvolt = <1050000>; 395 regula 355 regulator-max-microvolt = <1050000>; 396 regula 356 regulator-enable-ramp-delay = <24>; >> 357 regulator-disable-ramp-delay = <2768>; 397 regula 358 regulator-ramp-delay = <100000>; 398 regula 359 regulator-ramp-delay-scale = <200>; 399 360 400 maxim, 361 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; 401 maxim, 362 maxim,active-fps-power-up-slot = <3>; 402 maxim, 363 maxim,active-fps-power-down-slot = <4>; 403 }; 364 }; 404 365 405 avdd_1v05: ldo 366 avdd_1v05: ldo8 { 406 regula 367 regulator-name = "AVDD_SATA_HDMI_DP_1V05"; 407 regula 368 regulator-min-microvolt = <1050000>; 408 regula 369 regulator-max-microvolt = <1050000>; 409 regula 370 regulator-enable-ramp-delay = <22>; >> 371 regulator-disable-ramp-delay = <1160>; 410 regula 372 regulator-ramp-delay = <100000>; 411 regula 373 regulator-ramp-delay-scale = <200>; 412 374 413 maxim, 375 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; 414 maxim, 376 maxim,active-fps-power-up-slot = <6>; 415 maxim, 377 maxim,active-fps-power-down-slot = <1>; 416 }; 378 }; 417 }; 379 }; 418 }; 380 }; 419 }; 381 }; 420 382 421 pmc@7000e400 { 383 pmc@7000e400 { 422 nvidia,invert-interrupt; 384 nvidia,invert-interrupt; 423 nvidia,suspend-mode = <0>; << 424 nvidia,cpu-pwr-good-time = <0> << 425 nvidia,cpu-pwr-off-time = <0>; << 426 nvidia,core-pwr-good-time = <4 << 427 nvidia,core-pwr-off-time = <39 << 428 nvidia,core-power-req-active-h << 429 nvidia,sys-clock-req-active-hi << 430 }; 385 }; 431 386 432 hda@70030000 { 387 hda@70030000 { 433 nvidia,model = "NVIDIA Jetson !! 388 nvidia,model = "jetson-nano-hda"; 434 389 435 status = "okay"; 390 status = "okay"; 436 }; 391 }; 437 392 438 usb@70090000 { 393 usb@70090000 { 439 phys = <&{/padctl@7009f000/pads 394 phys = <&{/padctl@7009f000/pads/usb2/lanes/usb2-0}>, 440 <&{/padctl@7009f000/pads 395 <&{/padctl@7009f000/pads/usb2/lanes/usb2-1}>, 441 <&{/padctl@7009f000/pads 396 <&{/padctl@7009f000/pads/usb2/lanes/usb2-2}>, 442 <&{/padctl@7009f000/pads 397 <&{/padctl@7009f000/pads/pcie/lanes/pcie-6}>; 443 phy-names = "usb2-0", "usb2-1" 398 phy-names = "usb2-0", "usb2-1", "usb2-2", "usb3-0"; 444 399 445 avdd-usb-supply = <&vdd_3v3_sy 400 avdd-usb-supply = <&vdd_3v3_sys>; 446 dvddio-pex-supply = <&vdd_pex_ 401 dvddio-pex-supply = <&vdd_pex_1v05>; 447 hvddio-pex-supply = <&vdd_1v8> 402 hvddio-pex-supply = <&vdd_1v8>; >> 403 /* these really belong to the XUSB pad controller */ >> 404 avdd-pll-utmip-supply = <&vdd_1v8>; >> 405 avdd-pll-uerefe-supply = <&vdd_pex_1v05>; >> 406 dvdd-usb-ss-pll-supply = <&vdd_pex_1v05>; >> 407 hvdd-usb-ss-pll-e-supply = <&vdd_1v8>; 448 408 449 status = "okay"; 409 status = "okay"; 450 }; 410 }; 451 411 452 padctl@7009f000 { 412 padctl@7009f000 { 453 status = "okay"; 413 status = "okay"; 454 414 455 avdd-pll-utmip-supply = <&vdd_ 415 avdd-pll-utmip-supply = <&vdd_1v8>; 456 avdd-pll-uerefe-supply = <&vdd 416 avdd-pll-uerefe-supply = <&vdd_pex_1v05>; 457 dvdd-pex-pll-supply = <&vdd_pe 417 dvdd-pex-pll-supply = <&vdd_pex_1v05>; 458 hvdd-pex-pll-e-supply = <&vdd_ 418 hvdd-pex-pll-e-supply = <&vdd_1v8>; 459 419 460 pads { 420 pads { 461 usb2 { 421 usb2 { 462 status = "okay 422 status = "okay"; 463 423 464 lanes { 424 lanes { 465 micro_ !! 425 usb2-0 { 466 426 nvidia,function = "xusb"; 467 427 status = "okay"; 468 }; 428 }; 469 429 470 usb2-1 430 usb2-1 { 471 431 nvidia,function = "xusb"; 472 432 status = "okay"; 473 }; 433 }; 474 434 475 usb2-2 435 usb2-2 { 476 436 nvidia,function = "xusb"; 477 437 status = "okay"; 478 }; 438 }; 479 }; 439 }; 480 }; 440 }; 481 441 482 pcie { 442 pcie { 483 status = "okay 443 status = "okay"; 484 444 485 lanes { 445 lanes { 486 pcie-0 446 pcie-0 { 487 447 nvidia,function = "pcie-x1"; 488 448 status = "okay"; 489 }; 449 }; 490 450 491 pcie-1 451 pcie-1 { 492 452 nvidia,function = "pcie-x4"; 493 453 status = "okay"; 494 }; 454 }; 495 455 496 pcie-2 456 pcie-2 { 497 457 nvidia,function = "pcie-x4"; 498 458 status = "okay"; 499 }; 459 }; 500 460 501 pcie-3 461 pcie-3 { 502 462 nvidia,function = "pcie-x4"; 503 463 status = "okay"; 504 }; 464 }; 505 465 506 pcie-4 466 pcie-4 { 507 467 nvidia,function = "pcie-x4"; 508 468 status = "okay"; 509 }; 469 }; 510 470 511 pcie-5 471 pcie-5 { 512 472 nvidia,function = "usb3-ss"; 513 473 status = "okay"; 514 }; 474 }; 515 475 516 pcie-6 476 pcie-6 { 517 477 nvidia,function = "usb3-ss"; 518 478 status = "okay"; 519 }; 479 }; 520 }; 480 }; 521 }; 481 }; 522 }; 482 }; 523 483 524 ports { 484 ports { 525 usb2-0 { 485 usb2-0 { 526 status = "okay 486 status = "okay"; 527 mode = "periph !! 487 mode = "otg"; 528 usb-role-switc << 529 << 530 vbus-supply = << 531 << 532 connector { << 533 compat << 534 << 535 label << 536 type = << 537 vbus-g << 538 << 539 }; << 540 }; 488 }; 541 489 542 usb2-1 { 490 usb2-1 { 543 status = "okay 491 status = "okay"; 544 mode = "host"; 492 mode = "host"; 545 }; 493 }; 546 494 547 usb2-2 { 495 usb2-2 { 548 status = "okay 496 status = "okay"; 549 mode = "host"; 497 mode = "host"; 550 }; 498 }; 551 499 552 usb3-0 { 500 usb3-0 { 553 status = "okay 501 status = "okay"; 554 nvidia,usb2-co 502 nvidia,usb2-companion = <1>; 555 vbus-supply = 503 vbus-supply = <&vdd_hub_3v3>; 556 }; 504 }; 557 }; 505 }; 558 }; 506 }; 559 507 560 mmc@700b0000 { !! 508 sdhci@700b0000 { 561 status = "okay"; 509 status = "okay"; 562 bus-width = <4>; 510 bus-width = <4>; 563 511 564 cd-gpios = <&gpio TEGRA_GPIO(Z 512 cd-gpios = <&gpio TEGRA_GPIO(Z, 1) GPIO_ACTIVE_LOW>; 565 disable-wp; << 566 513 567 vqmmc-supply = <&vddio_sdmmc>; 514 vqmmc-supply = <&vddio_sdmmc>; 568 vmmc-supply = <&vdd_3v3_sd>; 515 vmmc-supply = <&vdd_3v3_sd>; 569 }; 516 }; 570 517 571 mmc@700b0400 { !! 518 clocks { 572 status = "okay"; !! 519 compatible = "simple-bus"; 573 bus-width = <4>; !! 520 #address-cells = <1>; 574 !! 521 #size-cells = <0>; 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 { << 585 status = "okay"; << 586 phys = <µ_b>; << 587 phy-names = "usb2-0"; << 588 avddio-usb-supply = <&vdd_3v3_ << 589 hvdd-usb-supply = <&vdd_1v8>; << 590 }; << 591 << 592 clock@70110000 { << 593 status = "okay"; << 594 << 595 nvidia,cf = <6>; << 596 nvidia,ci = <0>; << 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 522 1227 !! 523 clk32k_in: clock@0 { 1228 !! 524 compatible = "fixed-clock"; 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 << 1697 interrupt-controller@702f9000 << 1698 status = "okay"; << 1699 }; << 1700 }; << 1701 << 1702 spi@70410000 { << 1703 status = "okay"; << 1704 << 1705 flash@0 { << 1706 compatible = "jedec,s << 1707 reg = <0>; 525 reg = <0>; 1708 spi-max-frequency = < !! 526 #clock-cells = <0>; 1709 spi-tx-bus-width = <2 !! 527 clock-frequency = <32768>; 1710 spi-rx-bus-width = <2 << 1711 }; 528 }; 1712 }; 529 }; 1713 530 1714 clk32k_in: clock-32k { << 1715 compatible = "fixed-clock"; << 1716 clock-frequency = <32768>; << 1717 #clock-cells = <0>; << 1718 }; << 1719 << 1720 cpus { 531 cpus { 1721 cpu@0 { 532 cpu@0 { 1722 enable-method = "psci 533 enable-method = "psci"; 1723 }; 534 }; 1724 535 1725 cpu@1 { 536 cpu@1 { 1726 enable-method = "psci 537 enable-method = "psci"; 1727 }; 538 }; 1728 539 1729 cpu@2 { 540 cpu@2 { 1730 enable-method = "psci 541 enable-method = "psci"; 1731 }; 542 }; 1732 543 1733 cpu@3 { 544 cpu@3 { 1734 enable-method = "psci 545 enable-method = "psci"; 1735 }; 546 }; 1736 547 1737 idle-states { 548 idle-states { 1738 cpu-sleep { 549 cpu-sleep { 1739 status = "oka 550 status = "okay"; 1740 }; 551 }; 1741 }; 552 }; 1742 }; 553 }; 1743 554 1744 gpio-keys { 555 gpio-keys { 1745 compatible = "gpio-keys"; 556 compatible = "gpio-keys"; 1746 557 1747 key-force-recovery { !! 558 power { 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"; 559 label = "Power"; 1757 gpios = <&gpio TEGRA_ 560 gpios = <&gpio TEGRA_GPIO(X, 5) GPIO_ACTIVE_LOW>; 1758 linux,input-type = <E 561 linux,input-type = <EV_KEY>; 1759 linux,code = <KEY_POW 562 linux,code = <KEY_POWER>; 1760 debounce-interval = < 563 debounce-interval = <30>; 1761 wakeup-event-action = 564 wakeup-event-action = <EV_ACT_ASSERTED>; 1762 wakeup-source; 565 wakeup-source; 1763 }; 566 }; >> 567 >> 568 force-recovery { >> 569 label = "Force Recovery"; >> 570 gpios = <&gpio TEGRA_GPIO(X, 6) GPIO_ACTIVE_LOW>; >> 571 linux,input-type = <EV_KEY>; >> 572 linux,code = <BTN_1>; >> 573 debounce-interval = <30>; >> 574 }; 1764 }; 575 }; 1765 576 1766 psci { 577 psci { 1767 compatible = "arm,psci-1.0"; 578 compatible = "arm,psci-1.0"; 1768 method = "smc"; 579 method = "smc"; 1769 }; 580 }; 1770 581 1771 fan: pwm-fan { !! 582 regulators { 1772 compatible = "pwm-fan"; !! 583 compatible = "simple-bus"; 1773 pwms = <&pwm 3 45334>; !! 584 #address-cells = <1>; 1774 !! 585 #size-cells = <0>; 1775 cooling-levels = <0 64 128 25 << 1776 #cooling-cells = <2>; << 1777 }; << 1778 << 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 586 1799 gpio = <&pmic 3 GPIO_ACTIVE_H !! 587 vdd_5v0_sys: regulator@0 { 1800 enable-active-high; !! 588 compatible = "regulator-fixed"; 1801 !! 589 reg = <0>; 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 590 1841 vdd_cpu: regulator-vdd-cpu { !! 591 regulator-name = "VDD_5V0_SYS"; 1842 compatible = "regulator-fixed !! 592 regulator-min-microvolt = <5000000>; >> 593 regulator-max-microvolt = <5000000>; >> 594 regulator-always-on; >> 595 regulator-boot-on; >> 596 }; 1843 597 1844 regulator-name = "VDD_CPU"; !! 598 vdd_3v3_sys: regulator@1 { 1845 regulator-min-microvolt = <50 !! 599 compatible = "regulator-fixed"; 1846 regulator-max-microvolt = <50 !! 600 reg = <1>; 1847 regulator-always-on; !! 601 regulator-name = "VDD_3V3_SYS"; 1848 regulator-boot-on; !! 602 regulator-min-microvolt = <3300000>; >> 603 regulator-max-microvolt = <3300000>; >> 604 regulator-enable-ramp-delay = <240>; >> 605 regulator-disable-ramp-delay = <11340>; >> 606 regulator-always-on; >> 607 regulator-boot-on; 1849 608 1850 gpio = <&pmic 5 GPIO_ACTIVE_H !! 609 gpio = <&pmic 3 GPIO_ACTIVE_HIGH>; 1851 enable-active-high; !! 610 enable-active-high; 1852 611 1853 vin-supply = <&vdd_5v0_sys>; !! 612 vin-supply = <&vdd_5v0_sys>; 1854 }; !! 613 }; 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 614 1867 enable-gpios = <&pmic 6 GPIO_ !! 615 vdd_3v3_sd: regulator@2 { 1868 vin-supply = <&vdd_5v0_sys>; !! 616 compatible = "regulator-fixed"; 1869 }; !! 617 reg = <2>; 1870 618 1871 avdd_io_edp_1v05: regulator-avdd-io-e !! 619 regulator-name = "VDD_3V3_SD"; 1872 compatible = "regulator-fixed !! 620 regulator-min-microvolt = <3300000>; >> 621 regulator-max-microvolt = <3300000>; 1873 622 1874 regulator-name = "AVDD_IO_EDP !! 623 gpio = <&gpio TEGRA_GPIO(Z, 3) GPIO_ACTIVE_HIGH>; 1875 regulator-min-microvolt = <10 !! 624 enable-active-high; 1876 regulator-max-microvolt = <10 << 1877 625 1878 gpio = <&pmic 7 GPIO_ACTIVE_H !! 626 vin-supply = <&vdd_3v3_sys>; 1879 enable-active-high; !! 627 }; 1880 628 1881 vin-supply = <&avdd_1v05_pll> !! 629 vdd_hdmi: regulator@3 { 1882 }; !! 630 compatible = "regulator-fixed"; >> 631 reg = <3>; 1883 632 1884 vdd_5v0_usb: regulator-vdd-5v-usb { !! 633 regulator-name = "VDD_HDMI_5V0"; 1885 compatible = "regulator-fixed !! 634 regulator-min-microvolt = <5000000>; >> 635 regulator-max-microvolt = <5000000>; 1886 636 1887 regulator-name = "VDD_5V_USB" !! 637 vin-supply = <&vdd_5v0_sys>; 1888 regulator-min-microvolt = <50 !! 638 }; 1889 regulator-max-microvolt = <50 << 1890 639 1891 vin-supply = <&vdd_5v0_sys>; !! 640 vdd_hub_3v3: regulator@4 { 1892 }; !! 641 compatible = "regulator-fixed"; >> 642 reg = <4>; 1893 643 1894 sound { !! 644 regulator-name = "VDD_HUB_3V3"; 1895 compatible = "nvidia,tegra210 !! 645 regulator-min-microvolt = <3300000>; 1896 status = "okay"; !! 646 regulator-max-microvolt = <3300000>; 1897 647 1898 dais = /* FE */ !! 648 gpio = <&gpio TEGRA_GPIO(A, 6) GPIO_ACTIVE_HIGH>; 1899 <&admaif1_port>, <&adm !! 649 enable-active-high; 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 650 1937 label = "NVIDIA Jetson Nano A !! 651 vin-supply = <&vdd_5v0_sys>; 1938 }; !! 652 }; 1939 653 1940 thermal-zones { !! 654 vdd_cpu: regulator@5 { 1941 cpu-thermal { !! 655 compatible = "regulator-fixed"; 1942 trips { !! 656 reg = <5>; 1943 cpu_trip_crit << 1944 tempe << 1945 hyste << 1946 type << 1947 }; << 1948 << 1949 cpu_trip_hot: << 1950 tempe << 1951 hyste << 1952 type << 1953 }; << 1954 << 1955 cpu_trip_acti << 1956 tempe << 1957 hyste << 1958 type << 1959 }; << 1960 << 1961 cpu_trip_pass << 1962 tempe << 1963 hyste << 1964 type << 1965 }; << 1966 }; << 1967 657 1968 cooling-maps { !! 658 regulator-name = "VDD_CPU"; 1969 cpu-critical !! 659 regulator-min-microvolt = <5000000>; 1970 cooli !! 660 regulator-max-microvolt = <5000000>; 1971 trip !! 661 regulator-always-on; 1972 }; !! 662 regulator-boot-on; 1973 663 1974 cpu-hot { !! 664 gpio = <&pmic 5 GPIO_ACTIVE_HIGH>; 1975 cooli !! 665 enable-active-high; 1976 trip << 1977 }; << 1978 666 1979 cpu-active { !! 667 vin-supply = <&vdd_5v0_sys>; 1980 cooli !! 668 }; 1981 trip << 1982 }; << 1983 669 1984 cpu-passive { !! 670 vdd_gpu: regulator@6 { 1985 cooli !! 671 compatible = "pwm-regulator"; 1986 trip !! 672 reg = <6>; 1987 }; !! 673 pwms = <&pwm 1 4880>; 1988 }; !! 674 regulator-name = "VDD_GPU"; >> 675 regulator-min-microvolt = <710000>; >> 676 regulator-max-microvolt = <1320000>; >> 677 regulator-ramp-delay = <80>; >> 678 regulator-enable-ramp-delay = <2000>; >> 679 regulator-settling-time-us = <160>; >> 680 enable-gpios = <&pmic 6 GPIO_ACTIVE_HIGH>; >> 681 vin-supply = <&vdd_5v0_sys>; 1989 }; 682 }; 1990 }; 683 }; 1991 }; 684 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.