1 // SPDX-License-Identifier: GPL-2.0 2 3 #include "tegra234.dtsi" 4 5 / { 6 compatible = "nvidia,p3701", "nvidia,t 7 8 aliases { 9 mmc0 = "/bus@0/mmc@3460000"; 10 mmc1 = "/bus@0/mmc@3400000"; 11 }; 12 13 bus@0 { 14 aconnect@2900000 { 15 status = "okay"; 16 17 ahub@2900800 { 18 status = "okay 19 20 i2s@2901000 { 21 status 22 }; 23 24 i2s@2901100 { 25 status 26 }; 27 28 i2s@2901300 { 29 status 30 }; 31 32 i2s@2901500 { 33 status 34 }; 35 36 dmic@2904200 { 37 status 38 }; 39 }; 40 41 dma-controller@2930000 42 status = "okay 43 }; 44 45 interrupt-controller@2 46 status = "okay 47 }; 48 }; 49 50 i2c@3160000 { 51 status = "okay"; 52 53 eeprom@50 { 54 compatible = " 55 reg = <0x50>; 56 57 label = "modul 58 vcc-supply = < 59 address-width 60 pagesize = <8> 61 size = <256>; 62 read-only; 63 }; 64 }; 65 66 spi@3270000 { 67 status = "okay"; 68 69 flash@0 { 70 compatible = " 71 reg = <0>; 72 spi-max-freque 73 spi-tx-bus-wid 74 spi-rx-bus-wid 75 }; 76 }; 77 78 mmc@3460000 { 79 status = "okay"; 80 bus-width = <8>; 81 non-removable; 82 }; 83 84 padctl@3520000 { 85 vclamp-usb-supply = <& 86 avdd-usb-supply = <&vd 87 88 ports { 89 usb2-0 { 90 vbus-s 91 }; 92 93 usb2-1 { 94 vbus-s 95 }; 96 97 usb2-2 { 98 vbus-s 99 }; 100 101 usb2-3 { 102 vbus-s 103 }; 104 }; 105 }; 106 107 i2c@c240000 { 108 status = "okay"; 109 110 power-sensor@40 { 111 compatible = " 112 reg = <0x40>; 113 #address-cells 114 #size-cells = 115 116 input@0 { 117 reg = 118 label 119 shunt- 120 }; 121 122 input@1 { 123 reg = 124 label 125 shunt- 126 }; 127 128 input@2 { 129 reg = 130 label 131 shunt- 132 ti,sum 133 }; 134 }; 135 136 power-sensor@41 { 137 compatible = " 138 reg = <0x41>; 139 #address-cells 140 #size-cells = 141 142 input@0 { 143 reg = 144 status 145 }; 146 147 input@1 { 148 reg = 149 label 150 shunt- 151 }; 152 153 input@2 { 154 reg = 155 status 156 }; 157 }; 158 }; 159 160 rtc@c2a0000 { 161 status = "okay"; 162 }; 163 164 pmc@c360000 { 165 nvidia,invert-interrup 166 }; 167 }; 168 169 bpmp { 170 i2c { 171 status = "okay"; 172 173 thermal-sensor@4c { 174 compatible = " 175 status = "okay 176 reg = <0x4c>; 177 vcc-supply = < 178 }; 179 }; 180 181 thermal { 182 status = "okay"; 183 }; 184 }; 185 186 vdd_1v8_ao: regulator-vdd-1v8-ao { 187 compatible = "regulator-fixed" 188 regulator-name = "VDD_1V8_AO"; 189 regulator-min-microvolt = <180 190 regulator-max-microvolt = <180 191 regulator-always-on; 192 }; 193 194 vdd_1v8_hs: regulator-vdd-1v8-hs { 195 compatible = "regulator-fixed" 196 regulator-name = "VDD_1V8_HS"; 197 regulator-min-microvolt = <180 198 regulator-max-microvolt = <180 199 regulator-always-on; 200 }; 201 202 vdd_1v8_ls: regulator-vdd-1v8-ls { 203 compatible = "regulator-fixed" 204 regulator-name = "VDD_1V8_LS"; 205 regulator-min-microvolt = <180 206 regulator-max-microvolt = <180 207 regulator-always-on; 208 }; 209 210 vdd_3v3_ao: regulator-vdd-3v3-ao { 211 compatible = "regulator-fixed" 212 regulator-name = "VDD_3V3_AO"; 213 regulator-min-microvolt = <330 214 regulator-max-microvolt = <330 215 regulator-always-on; 216 }; 217 218 vdd_5v0_sys: regulator-vdd-5v0-sys { 219 compatible = "regulator-fixed" 220 regulator-name = "VIN_SYS_5V0" 221 regulator-min-microvolt = <500 222 regulator-max-microvolt = <500 223 regulator-always-on; 224 regulator-boot-on; 225 }; 226 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.