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