1 // SPDX-License-Identifier: GPL-2.0 2 3 #include <dt-bindings/interrupt-controller/arm 4 #include <dt-bindings/gpio/gpio.h> 5 6 / { 7 i2c@7000d000 { 8 pmic: pmic@2d { 9 compatible = "ti,tps65 10 reg = <0x2d>; 11 12 interrupts = <GIC_SPI 13 #interrupt-cells = <2> 14 interrupt-controller; 15 wakeup-source; 16 17 ti,en-gpio-sleep = <0 18 ti,system-power-contro 19 ti,sleep-keep-ck32k; 20 ti,sleep-enable; 21 22 #gpio-cells = <2>; 23 gpio-controller; 24 25 vcc1-supply = <&vdd_5v 26 vcc2-supply = <&vdd_5v 27 vcc3-supply = <&vdd_1v 28 vcc4-supply = <&vdd_5v 29 vcc5-supply = <&vdd_5v 30 vcc6-supply = <&vdd2_r 31 vcc7-supply = <&vdd_5v 32 vccio-supply = <&vdd_5 33 34 regulators { 35 vdd1 { 36 regula 37 regula 38 regula 39 regula 40 regula 41 ti,reg 42 }; 43 44 vdd2_reg: vdd2 45 regula 46 regula 47 regula 48 regula 49 regula 50 }; 51 52 vdd_cpu: vddct 53 regula 54 regula 55 regula 56 regula 57 regula 58 regula 59 regula 60 ti,reg 61 62 nvidia 63 }; 64 65 vdd_1v8: vio { 66 regula 67 regula 68 regula 69 regula 70 regula 71 }; 72 73 vcore_emmc: ld 74 regula 75 regula 76 regula 77 regula 78 }; 79 80 ldo2 { 81 regula 82 regula 83 regula 84 }; 85 86 /* LDO3 is not 87 88 ldo4 { 89 regula 90 regula 91 regula 92 regula 93 }; 94 95 ldo5 { 96 regula 97 regula 98 regula 99 }; 100 101 ldo6 { 102 regula 103 regula 104 regula 105 }; 106 107 ldo7 { 108 regula 109 regula 110 regula 111 regula 112 regula 113 ti,reg 114 }; 115 116 ldo8 { 117 regula 118 regula 119 regula 120 regula 121 ti,reg 122 }; 123 }; 124 }; 125 126 vdd_core: core-regulator@60 { 127 compatible = "ti,tps62 128 reg = <0x60>; 129 130 regulator-name = "tps6 131 regulator-min-microvol 132 regulator-max-microvol 133 regulator-coupled-with 134 regulator-coupled-max- 135 regulator-max-step-mic 136 regulator-boot-on; 137 regulator-always-on; 138 ti,enable-vout-dischar 139 ti,vsel0-state-high; 140 ti,vsel1-state-high; 141 142 nvidia,tegra-core-regu 143 }; 144 }; 145 146 vdd_3v3_sys: regulator-3v3 { 147 gpio = <&pmic 6 GPIO_ACTIVE_HI 148 enable-active-high; 149 }; 150 151 pmc@7000e400 { 152 i2c-thermtrip { 153 nvidia,i2c-controller- 154 nvidia,bus-addr = <0x2 155 nvidia,reg-addr = <0x3 156 nvidia,reg-data = <0x8 157 }; 158 }; 159 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.