1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /dts-v1/; 2 /dts-v1/; 3 #include <dt-bindings/pwm/pwm.h> 3 #include <dt-bindings/pwm/pwm.h> 4 #include <dt-bindings/input/input.h> 4 #include <dt-bindings/input/input.h> 5 #include <dt-bindings/interrupt-controller/irq << 6 #include "rk3399.dtsi" 5 #include "rk3399.dtsi" >> 6 #include "rk3399-opp.dtsi" 7 7 8 / { 8 / { 9 model = "Hugsun X99 TV BOX"; 9 model = "Hugsun X99 TV BOX"; 10 compatible = "hugsun,x99", "rockchip,r 10 compatible = "hugsun,x99", "rockchip,rk3399"; 11 11 12 aliases { << 13 ethernet0 = &gmac; << 14 mmc0 = &sdio0; << 15 mmc1 = &sdmmc; << 16 mmc2 = &sdhci; << 17 }; << 18 << 19 chosen { 12 chosen { 20 stdout-path = "serial2:1500000 13 stdout-path = "serial2:1500000n8"; 21 }; 14 }; 22 15 23 clkin_gmac: external-gmac-clock { 16 clkin_gmac: external-gmac-clock { 24 compatible = "fixed-clock"; 17 compatible = "fixed-clock"; 25 clock-frequency = <125000000>; 18 clock-frequency = <125000000>; 26 clock-output-names = "clkin_gm 19 clock-output-names = "clkin_gmac"; 27 #clock-cells = <0>; 20 #clock-cells = <0>; 28 }; 21 }; 29 22 30 dc_5v: dc-5v { 23 dc_5v: dc-5v { 31 compatible = "regulator-fixed" 24 compatible = "regulator-fixed"; 32 regulator-name = "dc_5v"; 25 regulator-name = "dc_5v"; 33 regulator-always-on; 26 regulator-always-on; 34 regulator-boot-on; 27 regulator-boot-on; 35 regulator-min-microvolt = <500 28 regulator-min-microvolt = <5000000>; 36 regulator-max-microvolt = <500 29 regulator-max-microvolt = <5000000>; 37 }; 30 }; 38 31 39 ir-receiver { << 40 compatible = "gpio-ir-receiver << 41 gpios = <&gpio0 RK_PA6 GPIO_AC << 42 pinctrl-names = "default"; << 43 pinctrl-0 = <&ir_rx>; << 44 }; << 45 << 46 leds { << 47 compatible = "gpio-leds"; << 48 pinctrl-names = "default"; << 49 pinctrl-0 = <&power_led_pin>; << 50 << 51 power_led: led-0 { << 52 label = "blue:power"; << 53 gpios = <&gpio4 RK_PC2 << 54 default-state = "on"; << 55 linux,default-trigger << 56 }; << 57 }; << 58 << 59 vcc_sys: vcc-sys { 32 vcc_sys: vcc-sys { 60 compatible = "regulator-fixed" 33 compatible = "regulator-fixed"; 61 regulator-name = "vcc_sys"; 34 regulator-name = "vcc_sys"; 62 regulator-min-microvolt = <500 35 regulator-min-microvolt = <5000000>; 63 regulator-max-microvolt = <500 36 regulator-max-microvolt = <5000000>; 64 regulator-always-on; 37 regulator-always-on; 65 vin-supply = <&dc_5v>; 38 vin-supply = <&dc_5v>; 66 }; 39 }; 67 40 68 vcc_phy: vcc-phy-regulator { 41 vcc_phy: vcc-phy-regulator { 69 compatible = "regulator-fixed" 42 compatible = "regulator-fixed"; 70 regulator-name = "vcc_phy"; 43 regulator-name = "vcc_phy"; 71 regulator-always-on; 44 regulator-always-on; 72 regulator-boot-on; 45 regulator-boot-on; 73 }; 46 }; 74 47 75 vcc1v8_s0: vcc1v8-s0 { 48 vcc1v8_s0: vcc1v8-s0 { 76 compatible = "regulator-fixed" 49 compatible = "regulator-fixed"; 77 regulator-name = "vcc1v8_s0"; 50 regulator-name = "vcc1v8_s0"; 78 regulator-min-microvolt = <180 51 regulator-min-microvolt = <1800000>; 79 regulator-max-microvolt = <180 52 regulator-max-microvolt = <1800000>; 80 regulator-always-on; 53 regulator-always-on; 81 }; 54 }; 82 55 83 vcc3v3_sys: vcc3v3-sys { 56 vcc3v3_sys: vcc3v3-sys { 84 compatible = "regulator-fixed" 57 compatible = "regulator-fixed"; 85 regulator-name = "vcc3v3_sys"; 58 regulator-name = "vcc3v3_sys"; 86 regulator-min-microvolt = <330 59 regulator-min-microvolt = <3300000>; 87 regulator-max-microvolt = <330 60 regulator-max-microvolt = <3300000>; 88 regulator-always-on; 61 regulator-always-on; 89 vin-supply = <&vcc_sys>; 62 vin-supply = <&vcc_sys>; 90 }; 63 }; 91 64 92 vcc5v0_host: vcc5v0-host-regulator { 65 vcc5v0_host: vcc5v0-host-regulator { 93 compatible = "regulator-fixed" 66 compatible = "regulator-fixed"; 94 enable-active-high; 67 enable-active-high; 95 gpio = <&gpio4 RK_PD2 GPIO_ACT 68 gpio = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; 96 pinctrl-names = "default"; 69 pinctrl-names = "default"; 97 pinctrl-0 = <&host_vbus_drv>; 70 pinctrl-0 = <&host_vbus_drv>; 98 regulator-name = "vcc5v0_host" 71 regulator-name = "vcc5v0_host"; 99 regulator-always-on; 72 regulator-always-on; 100 }; 73 }; 101 74 102 vcc5v0_typec: vcc5v0-typec-regulator { 75 vcc5v0_typec: vcc5v0-typec-regulator { 103 compatible = "regulator-fixed" 76 compatible = "regulator-fixed"; 104 enable-active-high; 77 enable-active-high; 105 gpio = <&gpio1 RK_PA3 GPIO_ACT 78 gpio = <&gpio1 RK_PA3 GPIO_ACTIVE_HIGH>; 106 pinctrl-names = "default"; 79 pinctrl-names = "default"; 107 pinctrl-0 = <&vcc5v0_typec_en> 80 pinctrl-0 = <&vcc5v0_typec_en>; 108 regulator-name = "vcc5v0_typec 81 regulator-name = "vcc5v0_typec"; 109 regulator-always-on; 82 regulator-always-on; 110 vin-supply = <&vcc5v0_usb>; 83 vin-supply = <&vcc5v0_usb>; 111 }; 84 }; 112 85 113 vcc5v0_usb: vcc5v0-usb { 86 vcc5v0_usb: vcc5v0-usb { 114 compatible = "regulator-fixed" 87 compatible = "regulator-fixed"; 115 regulator-name = "vcc5v0_usb"; 88 regulator-name = "vcc5v0_usb"; 116 regulator-always-on; 89 regulator-always-on; 117 regulator-boot-on; 90 regulator-boot-on; 118 regulator-min-microvolt = <500 91 regulator-min-microvolt = <5000000>; 119 regulator-max-microvolt = <500 92 regulator-max-microvolt = <5000000>; 120 vin-supply = <&dc_5v>; 93 vin-supply = <&dc_5v>; 121 }; 94 }; 122 95 123 vdd_log: vdd-log { 96 vdd_log: vdd-log { 124 compatible = "pwm-regulator"; 97 compatible = "pwm-regulator"; 125 pwms = <&pwm2 0 25000 1>; 98 pwms = <&pwm2 0 25000 1>; 126 pwm-supply = <&vcc_sys>; 99 pwm-supply = <&vcc_sys>; 127 regulator-name = "vdd_log"; 100 regulator-name = "vdd_log"; 128 regulator-min-microvolt = <800 101 regulator-min-microvolt = <800000>; 129 regulator-max-microvolt = <140 102 regulator-max-microvolt = <1400000>; 130 regulator-always-on; 103 regulator-always-on; 131 regulator-boot-on; 104 regulator-boot-on; 132 }; 105 }; 133 106 134 sdio_pwrseq: sdio-pwrseq { 107 sdio_pwrseq: sdio-pwrseq { 135 compatible = "mmc-pwrseq-simpl 108 compatible = "mmc-pwrseq-simple"; 136 clocks = <&rk808 1>; 109 clocks = <&rk808 1>; 137 clock-names = "ext_clock"; 110 clock-names = "ext_clock"; 138 pinctrl-names = "default"; 111 pinctrl-names = "default"; 139 pinctrl-0 = <&wifi_reg_on_h>; 112 pinctrl-0 = <&wifi_reg_on_h>; 140 reset-gpios = <&gpio0 RK_PB2 G 113 reset-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_LOW>; 141 }; 114 }; 142 115 143 }; 116 }; 144 117 145 &cpu_l0 { 118 &cpu_l0 { 146 cpu-supply = <&vdd_cpu_l>; 119 cpu-supply = <&vdd_cpu_l>; 147 }; 120 }; 148 121 149 &cpu_l1 { 122 &cpu_l1 { 150 cpu-supply = <&vdd_cpu_l>; 123 cpu-supply = <&vdd_cpu_l>; 151 }; 124 }; 152 125 153 &cpu_l2 { 126 &cpu_l2 { 154 cpu-supply = <&vdd_cpu_l>; 127 cpu-supply = <&vdd_cpu_l>; 155 }; 128 }; 156 129 157 &cpu_l3 { 130 &cpu_l3 { 158 cpu-supply = <&vdd_cpu_l>; 131 cpu-supply = <&vdd_cpu_l>; 159 }; 132 }; 160 133 161 &cpu_b0 { 134 &cpu_b0 { 162 cpu-supply = <&vdd_cpu_b>; 135 cpu-supply = <&vdd_cpu_b>; 163 }; 136 }; 164 137 165 &cpu_b1 { 138 &cpu_b1 { 166 cpu-supply = <&vdd_cpu_b>; 139 cpu-supply = <&vdd_cpu_b>; 167 }; 140 }; 168 141 169 &emmc_phy { 142 &emmc_phy { 170 status = "okay"; 143 status = "okay"; 171 }; 144 }; 172 145 173 &gmac { 146 &gmac { 174 assigned-clocks = <&cru SCLK_RMII_SRC> 147 assigned-clocks = <&cru SCLK_RMII_SRC>; 175 assigned-clock-parents = <&clkin_gmac> 148 assigned-clock-parents = <&clkin_gmac>; 176 clock_in_out = "input"; 149 clock_in_out = "input"; 177 phy-supply = <&vcc_phy>; 150 phy-supply = <&vcc_phy>; 178 phy-mode = "rgmii"; 151 phy-mode = "rgmii"; 179 pinctrl-names = "default"; 152 pinctrl-names = "default"; 180 pinctrl-0 = <&rgmii_pins>; 153 pinctrl-0 = <&rgmii_pins>; 181 snps,reset-gpio = <&gpio3 RK_PB7 GPIO_ 154 snps,reset-gpio = <&gpio3 RK_PB7 GPIO_ACTIVE_LOW>; 182 snps,reset-active-low; 155 snps,reset-active-low; 183 snps,reset-delays-us = <0 10000 50000> 156 snps,reset-delays-us = <0 10000 50000>; 184 tx_delay = <0x28>; 157 tx_delay = <0x28>; 185 rx_delay = <0x11>; 158 rx_delay = <0x11>; 186 status = "okay"; 159 status = "okay"; 187 }; 160 }; 188 161 189 &gpu { 162 &gpu { 190 status = "okay"; 163 status = "okay"; 191 mali-supply = <&vdd_gpu>; 164 mali-supply = <&vdd_gpu>; 192 }; 165 }; 193 166 194 &hdmi { 167 &hdmi { 195 ddc-i2c-bus = <&i2c3>; 168 ddc-i2c-bus = <&i2c3>; 196 pinctrl-names = "default"; 169 pinctrl-names = "default"; 197 pinctrl-0 = <&hdmi_cec>; 170 pinctrl-0 = <&hdmi_cec>; 198 status = "okay"; 171 status = "okay"; 199 }; 172 }; 200 173 201 &hdmi_sound { 174 &hdmi_sound { 202 status = "okay"; 175 status = "okay"; 203 }; 176 }; 204 177 205 &i2c0 { 178 &i2c0 { 206 status = "okay"; 179 status = "okay"; 207 i2c-scl-rising-time-ns = <180>; 180 i2c-scl-rising-time-ns = <180>; 208 i2c-scl-falling-time-ns = <30>; 181 i2c-scl-falling-time-ns = <30>; 209 clock-frequency = <400000>; 182 clock-frequency = <400000>; 210 183 211 vdd_cpu_b: syr827@40 { 184 vdd_cpu_b: syr827@40 { 212 compatible = "silergy,syr827"; 185 compatible = "silergy,syr827"; 213 reg = <0x40>; 186 reg = <0x40>; 214 regulator-compatible = "fan535 187 regulator-compatible = "fan53555-reg"; 215 pinctrl-0 = <&vsel1_pin>; !! 188 pinctrl-0 = <&vsel1_gpio>; 216 regulator-name = "vdd_cpu_b"; 189 regulator-name = "vdd_cpu_b"; 217 regulator-min-microvolt = <712 190 regulator-min-microvolt = <712500>; 218 regulator-max-microvolt = <150 191 regulator-max-microvolt = <1500000>; 219 regulator-ramp-delay = <1000>; 192 regulator-ramp-delay = <1000>; 220 fcs,suspend-voltage-selector = 193 fcs,suspend-voltage-selector = <1>; 221 regulator-always-on; 194 regulator-always-on; 222 regulator-boot-on; 195 regulator-boot-on; 223 vin-supply = <&vcc_sys>; 196 vin-supply = <&vcc_sys>; 224 regulator-state-mem { 197 regulator-state-mem { 225 regulator-off-in-suspe 198 regulator-off-in-suspend; 226 }; 199 }; 227 }; 200 }; 228 201 229 vdd_gpu: syr828@41 { 202 vdd_gpu: syr828@41 { 230 compatible = "silergy,syr828"; 203 compatible = "silergy,syr828"; 231 reg = <0x41>; 204 reg = <0x41>; 232 regulator-compatible = "fan535 205 regulator-compatible = "fan53555-reg"; 233 pinctrl-0 = <&vsel2_pin>; !! 206 pinctrl-0 = <&vsel2_gpio>; 234 regulator-name = "vdd_gpu"; 207 regulator-name = "vdd_gpu"; 235 regulator-min-microvolt = <712 208 regulator-min-microvolt = <712500>; 236 regulator-max-microvolt = <150 209 regulator-max-microvolt = <1500000>; 237 regulator-ramp-delay = <1000>; 210 regulator-ramp-delay = <1000>; 238 fcs,suspend-voltage-selector = 211 fcs,suspend-voltage-selector = <1>; 239 regulator-always-on; 212 regulator-always-on; 240 regulator-boot-on; 213 regulator-boot-on; 241 vin-supply = <&vcc_sys>; 214 vin-supply = <&vcc_sys>; 242 regulator-initial-mode = <1>; 215 regulator-initial-mode = <1>; 243 regulator-state-mem { 216 regulator-state-mem { 244 regulator-off-in-suspe 217 regulator-off-in-suspend; 245 }; 218 }; 246 }; 219 }; 247 220 248 rk808: pmic@1b { 221 rk808: pmic@1b { 249 compatible = "rockchip,rk808"; 222 compatible = "rockchip,rk808"; 250 reg = <0x1b>; 223 reg = <0x1b>; 251 interrupt-parent = <&gpio1>; 224 interrupt-parent = <&gpio1>; 252 interrupts = <21 IRQ_TYPE_LEVE 225 interrupts = <21 IRQ_TYPE_LEVEL_LOW>; 253 pinctrl-names = "default"; 226 pinctrl-names = "default"; 254 pinctrl-0 = <&pmic_int_l>; 227 pinctrl-0 = <&pmic_int_l>; 255 rockchip,system-power-controll 228 rockchip,system-power-controller; 256 wakeup-source; 229 wakeup-source; 257 #clock-cells = <1>; 230 #clock-cells = <1>; 258 clock-output-names = "xin32k", 231 clock-output-names = "xin32k", "rtc_clko_wifi"; 259 232 260 vcc1-supply = <&vcc_sys>; 233 vcc1-supply = <&vcc_sys>; 261 vcc2-supply = <&vcc_sys>; 234 vcc2-supply = <&vcc_sys>; 262 vcc3-supply = <&vcc_sys>; 235 vcc3-supply = <&vcc_sys>; 263 vcc4-supply = <&vcc_sys>; 236 vcc4-supply = <&vcc_sys>; 264 vcc6-supply = <&vcc_sys>; 237 vcc6-supply = <&vcc_sys>; 265 vcc7-supply = <&vcc_sys>; 238 vcc7-supply = <&vcc_sys>; 266 vcc8-supply = <&vcc3v3_sys>; 239 vcc8-supply = <&vcc3v3_sys>; 267 vcc9-supply = <&vcc_sys>; 240 vcc9-supply = <&vcc_sys>; 268 vcc10-supply = <&vcc_sys>; 241 vcc10-supply = <&vcc_sys>; 269 vcc11-supply = <&vcc_sys>; 242 vcc11-supply = <&vcc_sys>; 270 vcc12-supply = <&vcc3v3_sys>; 243 vcc12-supply = <&vcc3v3_sys>; 271 vddio-supply = <&vcc_1v8>; 244 vddio-supply = <&vcc_1v8>; 272 245 273 regulators { 246 regulators { 274 vdd_center: DCDC_REG1 247 vdd_center: DCDC_REG1 { 275 regulator-name 248 regulator-name = "vdd_center"; 276 regulator-min- 249 regulator-min-microvolt = <900000>; 277 regulator-max- 250 regulator-max-microvolt = <900000>; 278 regulator-ramp 251 regulator-ramp-delay = <6001>; 279 regulator-alwa 252 regulator-always-on; 280 regulator-boot 253 regulator-boot-on; 281 regulator-stat 254 regulator-state-mem { 282 regula 255 regulator-off-in-suspend; 283 }; 256 }; 284 }; 257 }; 285 258 286 vdd_cpu_l: DCDC_REG2 { 259 vdd_cpu_l: DCDC_REG2 { 287 regulator-name 260 regulator-name = "vdd_cpu_l"; 288 regulator-min- 261 regulator-min-microvolt = <750000>; 289 regulator-max- 262 regulator-max-microvolt = <1350000>; 290 regulator-ramp 263 regulator-ramp-delay = <6001>; 291 regulator-alwa 264 regulator-always-on; 292 regulator-boot 265 regulator-boot-on; 293 regulator-stat 266 regulator-state-mem { 294 regula 267 regulator-off-in-suspend; 295 }; 268 }; 296 }; 269 }; 297 270 298 vcc_ddr: DCDC_REG3 { 271 vcc_ddr: DCDC_REG3 { 299 regulator-name 272 regulator-name = "vcc_ddr"; 300 regulator-alwa 273 regulator-always-on; 301 regulator-boot 274 regulator-boot-on; 302 regulator-stat 275 regulator-state-mem { 303 regula 276 regulator-on-in-suspend; 304 }; 277 }; 305 }; 278 }; 306 279 307 vcc_1v8: DCDC_REG4 { 280 vcc_1v8: DCDC_REG4 { 308 regulator-name 281 regulator-name = "vcc_1v8"; 309 regulator-min- 282 regulator-min-microvolt = <1800000>; 310 regulator-max- 283 regulator-max-microvolt = <1800000>; 311 regulator-alwa 284 regulator-always-on; 312 regulator-boot 285 regulator-boot-on; 313 regulator-stat 286 regulator-state-mem { 314 regula 287 regulator-on-in-suspend; 315 regula 288 regulator-suspend-microvolt = <1800000>; 316 }; 289 }; 317 }; 290 }; 318 291 319 vcc1v8_dvp: LDO_REG1 { 292 vcc1v8_dvp: LDO_REG1 { 320 regulator-name 293 regulator-name = "vcc1v8_dvp"; 321 regulator-min- 294 regulator-min-microvolt = <1800000>; 322 regulator-max- 295 regulator-max-microvolt = <1800000>; 323 regulator-alwa 296 regulator-always-on; 324 regulator-boot 297 regulator-boot-on; 325 regulator-stat 298 regulator-state-mem { 326 regula 299 regulator-on-in-suspend; 327 regula 300 regulator-suspend-microvolt = <1800000>; 328 }; 301 }; 329 }; 302 }; 330 303 331 vcca1v8_hdmi: LDO_REG2 304 vcca1v8_hdmi: LDO_REG2 { 332 regulator-name 305 regulator-name = "vcca1v8_hdmi"; 333 regulator-min- 306 regulator-min-microvolt = <1800000>; 334 regulator-max- 307 regulator-max-microvolt = <1800000>; 335 regulator-alwa 308 regulator-always-on; 336 regulator-boot 309 regulator-boot-on; 337 regulator-stat 310 regulator-state-mem { 338 regula 311 regulator-on-in-suspend; 339 regula 312 regulator-suspend-microvolt = <1800000>; 340 }; 313 }; 341 }; 314 }; 342 315 343 vcca_1v8: LDO_REG3 { 316 vcca_1v8: LDO_REG3 { 344 regulator-name 317 regulator-name = "vcca_1v8"; 345 regulator-min- 318 regulator-min-microvolt = <1800000>; 346 regulator-max- 319 regulator-max-microvolt = <1800000>; 347 regulator-alwa 320 regulator-always-on; 348 regulator-boot 321 regulator-boot-on; 349 regulator-stat 322 regulator-state-mem { 350 regula 323 regulator-on-in-suspend; 351 regula 324 regulator-suspend-microvolt = <1800000>; 352 }; 325 }; 353 }; 326 }; 354 327 355 vcc_sd: LDO_REG4 { 328 vcc_sd: LDO_REG4 { 356 regulator-name 329 regulator-name = "vcc_sd"; 357 regulator-min- 330 regulator-min-microvolt = <1800000>; 358 regulator-max- 331 regulator-max-microvolt = <3300000>; 359 regulator-alwa 332 regulator-always-on; 360 regulator-boot 333 regulator-boot-on; 361 regulator-stat 334 regulator-state-mem { 362 regula 335 regulator-on-in-suspend; 363 regula 336 regulator-suspend-microvolt = <3300000>; 364 }; 337 }; 365 }; 338 }; 366 339 367 vcc3v0_sd: LDO_REG5 { 340 vcc3v0_sd: LDO_REG5 { 368 regulator-name 341 regulator-name = "vcc3v0_sd"; 369 regulator-min- 342 regulator-min-microvolt = <3000000>; 370 regulator-max- 343 regulator-max-microvolt = <3000000>; 371 regulator-alwa 344 regulator-always-on; 372 regulator-boot 345 regulator-boot-on; 373 regulator-stat 346 regulator-state-mem { 374 regula 347 regulator-on-in-suspend; 375 regula 348 regulator-suspend-microvolt = <3000000>; 376 }; 349 }; 377 }; 350 }; 378 351 379 vcc_1v5: LDO_REG6 { 352 vcc_1v5: LDO_REG6 { 380 regulator-name 353 regulator-name = "vcc_1v5"; 381 regulator-min- 354 regulator-min-microvolt = <1500000>; 382 regulator-max- 355 regulator-max-microvolt = <1500000>; 383 regulator-alwa 356 regulator-always-on; 384 regulator-boot 357 regulator-boot-on; 385 regulator-stat 358 regulator-state-mem { 386 regula 359 regulator-on-in-suspend; 387 regula 360 regulator-suspend-microvolt = <1500000>; 388 }; 361 }; 389 }; 362 }; 390 363 391 vcca0v9_hdmi: LDO_REG7 364 vcca0v9_hdmi: LDO_REG7 { 392 regulator-name 365 regulator-name = "vcca0v9_hdmi"; 393 regulator-min- 366 regulator-min-microvolt = <900000>; 394 regulator-max- 367 regulator-max-microvolt = <900000>; 395 regulator-alwa 368 regulator-always-on; 396 regulator-boot 369 regulator-boot-on; 397 regulator-stat 370 regulator-state-mem { 398 regula 371 regulator-on-in-suspend; 399 regula 372 regulator-suspend-microvolt = <900000>; 400 }; 373 }; 401 }; 374 }; 402 375 403 vcc_3v0: LDO_REG8 { 376 vcc_3v0: LDO_REG8 { 404 regulator-name 377 regulator-name = "vcc_3v0"; 405 regulator-min- 378 regulator-min-microvolt = <3000000>; 406 regulator-max- 379 regulator-max-microvolt = <3000000>; 407 regulator-alwa 380 regulator-always-on; 408 regulator-boot 381 regulator-boot-on; 409 regulator-stat 382 regulator-state-mem { 410 regula 383 regulator-on-in-suspend; 411 regula 384 regulator-suspend-microvolt = <3000000>; 412 }; 385 }; 413 }; 386 }; 414 387 415 vcc3v3_s3: SWITCH_REG1 388 vcc3v3_s3: SWITCH_REG1 { 416 regulator-name 389 regulator-name = "vcc3v3_s3"; 417 regulator-alwa 390 regulator-always-on; 418 regulator-boot 391 regulator-boot-on; 419 regulator-stat 392 regulator-state-mem { 420 regula 393 regulator-on-in-suspend; 421 }; 394 }; 422 }; 395 }; 423 396 424 vcc3v3_s0: SWITCH_REG2 397 vcc3v3_s0: SWITCH_REG2 { 425 regulator-name 398 regulator-name = "vcc3v3_s0"; 426 regulator-alwa 399 regulator-always-on; 427 regulator-boot 400 regulator-boot-on; 428 regulator-stat 401 regulator-state-mem { 429 regula 402 regulator-on-in-suspend; 430 }; 403 }; 431 }; 404 }; 432 }; 405 }; 433 }; 406 }; 434 }; 407 }; 435 408 436 &i2c1 { 409 &i2c1 { 437 i2c-scl-rising-time-ns = <300>; 410 i2c-scl-rising-time-ns = <300>; 438 i2c-scl-falling-time-ns = <15>; 411 i2c-scl-falling-time-ns = <15>; 439 status = "okay"; 412 status = "okay"; 440 }; 413 }; 441 414 442 &i2c3 { 415 &i2c3 { 443 i2c-scl-rising-time-ns = <450>; 416 i2c-scl-rising-time-ns = <450>; 444 i2c-scl-falling-time-ns = <15>; 417 i2c-scl-falling-time-ns = <15>; 445 status = "okay"; 418 status = "okay"; 446 }; 419 }; 447 420 448 &i2c4 { 421 &i2c4 { 449 i2c-scl-rising-time-ns = <600>; 422 i2c-scl-rising-time-ns = <600>; 450 i2c-scl-falling-time-ns = <40>; 423 i2c-scl-falling-time-ns = <40>; 451 status = "okay"; 424 status = "okay"; 452 425 453 fusb0: typec-portc@22 { 426 fusb0: typec-portc@22 { 454 compatible = "fcs,fusb302"; 427 compatible = "fcs,fusb302"; 455 reg = <0x22>; 428 reg = <0x22>; 456 interrupt-parent = <&gpio1>; 429 interrupt-parent = <&gpio1>; 457 interrupts = <RK_PA2 IRQ_TYPE_ 430 interrupts = <RK_PA2 IRQ_TYPE_LEVEL_LOW>; 458 pinctrl-names = "default"; 431 pinctrl-names = "default"; 459 pinctrl-0 = <&fusb0_int>; 432 pinctrl-0 = <&fusb0_int>; 460 vbus-supply = <&vcc5v0_typec>; 433 vbus-supply = <&vcc5v0_typec>; 461 status = "okay"; 434 status = "okay"; 462 }; 435 }; 463 }; 436 }; 464 437 465 &i2c7 { 438 &i2c7 { 466 status = "okay"; 439 status = "okay"; 467 }; 440 }; 468 441 469 &i2s0 { 442 &i2s0 { 470 rockchip,playback-channels = <8>; 443 rockchip,playback-channels = <8>; 471 rockchip,capture-channels = <8>; 444 rockchip,capture-channels = <8>; 472 status = "okay"; 445 status = "okay"; 473 }; 446 }; 474 447 475 &i2s1 { 448 &i2s1 { 476 rockchip,playback-channels = <2>; 449 rockchip,playback-channels = <2>; 477 rockchip,capture-channels = <2>; 450 rockchip,capture-channels = <2>; 478 status = "okay"; 451 status = "okay"; 479 }; 452 }; 480 453 481 &i2s2 { 454 &i2s2 { 482 status = "okay"; 455 status = "okay"; 483 }; 456 }; 484 457 485 &io_domains { 458 &io_domains { 486 status = "okay"; 459 status = "okay"; 487 audio-supply = <&vcc1v8_s0>; 460 audio-supply = <&vcc1v8_s0>; 488 bt656-supply = <&vcc1v8_s0>; 461 bt656-supply = <&vcc1v8_s0>; 489 gpio1830-supply = <&vcc_3v0>; 462 gpio1830-supply = <&vcc_3v0>; 490 sdmmc-supply = <&vcc_sd>; 463 sdmmc-supply = <&vcc_sd>; 491 }; 464 }; 492 465 493 &pmu_io_domains { 466 &pmu_io_domains { 494 status = "okay"; 467 status = "okay"; 495 pmu1830-supply = <&vcc_1v8>; 468 pmu1830-supply = <&vcc_1v8>; 496 }; 469 }; 497 470 498 &pinctrl { 471 &pinctrl { 499 fusb30x { 472 fusb30x { 500 fusb0_int: fusb0-int { 473 fusb0_int: fusb0-int { 501 rockchip,pins = 474 rockchip,pins = 502 <1 RK_PA2 RK_F 475 <1 RK_PA2 RK_FUNC_GPIO &pcfg_pull_up>; 503 }; 476 }; 504 }; 477 }; 505 478 506 gmac { 479 gmac { 507 rgmii_sleep_pins: rgmii-sleep- 480 rgmii_sleep_pins: rgmii-sleep-pins { 508 rockchip,pins = 481 rockchip,pins = 509 <3 RK_PB7 RK_F 482 <3 RK_PB7 RK_FUNC_GPIO &pcfg_output_low>; 510 }; 483 }; 511 }; 484 }; 512 485 513 ir { << 514 ir_rx: ir-rx { << 515 rockchip,pins = <0 RK_ << 516 }; << 517 }; << 518 << 519 leds { << 520 power_led_pin: power-led-pin { << 521 rockchip,pins = <4 RK_ << 522 }; << 523 }; << 524 << 525 pmic { 486 pmic { 526 pmic_int_l: pmic-int-l { 487 pmic_int_l: pmic-int-l { 527 rockchip,pins = 488 rockchip,pins = 528 <1 RK_PC5 RK_F 489 <1 RK_PC5 RK_FUNC_GPIO &pcfg_pull_up>; 529 }; 490 }; 530 491 531 vsel1_pin: vsel1-pin { !! 492 vsel1_gpio: vsel1-gpio { 532 rockchip,pins = 493 rockchip,pins = 533 <1 RK_PC1 RK_F 494 <1 RK_PC1 RK_FUNC_GPIO &pcfg_pull_down>; 534 }; 495 }; 535 496 536 vsel2_pin: vsel2-pin { !! 497 vsel2_gpio: vsel2-gpio { 537 rockchip,pins = 498 rockchip,pins = 538 <1 RK_PB6 RK_F 499 <1 RK_PB6 RK_FUNC_GPIO &pcfg_pull_down>; 539 }; 500 }; 540 }; 501 }; 541 502 542 sdio { 503 sdio { 543 bt_host_wake_l: bt-host-wake-l 504 bt_host_wake_l: bt-host-wake-l { 544 rockchip,pins = <0 RK_ 505 rockchip,pins = <0 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>; 545 }; 506 }; 546 507 547 bt_reg_on_h: bt-reg-on-h { 508 bt_reg_on_h: bt-reg-on-h { 548 /* external pullup to 509 /* external pullup to VCC1V8_PMUPLL */ 549 rockchip,pins = <0 RK_ 510 rockchip,pins = <0 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>; 550 }; 511 }; 551 512 552 bt_wake_l: bt-wake-l { 513 bt_wake_l: bt-wake-l { 553 rockchip,pins = <2 RK_ 514 rockchip,pins = <2 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>; 554 }; 515 }; 555 516 556 wifi_reg_on_h: wifi-reg_on-h { 517 wifi_reg_on_h: wifi-reg_on-h { 557 rockchip,pins = <0 RK_ 518 rockchip,pins = <0 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>; 558 }; 519 }; 559 }; 520 }; 560 521 561 wifi { 522 wifi { 562 wifi_host_wake_l: wifi-host-wa 523 wifi_host_wake_l: wifi-host-wake-l { 563 rockchip,pins = <0 RK_ 524 rockchip,pins = <0 RK_PA3 RK_FUNC_GPIO &pcfg_pull_none>; 564 }; 525 }; 565 }; 526 }; 566 527 567 usb-typec { 528 usb-typec { 568 vcc5v0_typec_en: vcc5v0_typec_ 529 vcc5v0_typec_en: vcc5v0_typec_en { 569 rockchip,pins = <1 RK_ 530 rockchip,pins = <1 RK_PA3 RK_FUNC_GPIO &pcfg_pull_up>; 570 }; 531 }; 571 }; 532 }; 572 533 573 usb2 { 534 usb2 { 574 host_vbus_drv: host-vbus-drv { 535 host_vbus_drv: host-vbus-drv { 575 rockchip,pins = 536 rockchip,pins = 576 <4 RK_PD2 RK_F 537 <4 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>; 577 }; 538 }; 578 }; 539 }; 579 }; 540 }; 580 541 >> 542 &pwm0 { >> 543 status = "okay"; >> 544 }; >> 545 581 &pwm2 { 546 &pwm2 { 582 status = "okay"; 547 status = "okay"; 583 pinctrl-0 = <&pwm2_pin_pull_down>; 548 pinctrl-0 = <&pwm2_pin_pull_down>; 584 }; 549 }; 585 550 586 &saradc { 551 &saradc { 587 vref-supply = <&vcc1v8_s0>; 552 vref-supply = <&vcc1v8_s0>; 588 status = "okay"; 553 status = "okay"; 589 }; 554 }; 590 555 591 &sdmmc { 556 &sdmmc { 592 clock-frequency = <150000000>; 557 clock-frequency = <150000000>; 593 max-frequency = <150000000>; !! 558 clock-freq-min-max = <200000 150000000>; >> 559 supports-sd; 594 bus-width = <4>; 560 bus-width = <4>; 595 cap-mmc-highspeed; 561 cap-mmc-highspeed; 596 cap-sd-highspeed; 562 cap-sd-highspeed; 597 disable-wp; 563 disable-wp; 598 vqmmc-supply = <&vcc_sd>; 564 vqmmc-supply = <&vcc_sd>; 599 pinctrl-names = "default"; 565 pinctrl-names = "default"; 600 pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sd 566 pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_cd &sdmmc_bus4>; 601 card-detect-delay = <800>; 567 card-detect-delay = <800>; 602 status = "okay"; 568 status = "okay"; 603 }; 569 }; 604 570 605 &sdhci { 571 &sdhci { 606 bus-width = <8>; 572 bus-width = <8>; 607 mmc-hs400-1_8v; 573 mmc-hs400-1_8v; 608 mmc-hs400-enhanced-strobe; 574 mmc-hs400-enhanced-strobe; >> 575 supports-emmc; 609 non-removable; 576 non-removable; 610 keep-power-in-suspend; 577 keep-power-in-suspend; 611 status = "okay"; 578 status = "okay"; 612 }; 579 }; 613 580 614 &sdio0 { 581 &sdio0 { 615 bus-width = <4>; 582 bus-width = <4>; 616 clock-frequency = <50000000>; 583 clock-frequency = <50000000>; 617 cap-sdio-irq; 584 cap-sdio-irq; 618 cap-sd-highspeed; 585 cap-sd-highspeed; 619 keep-power-in-suspend; 586 keep-power-in-suspend; 620 mmc-pwrseq = <&sdio_pwrseq>; 587 mmc-pwrseq = <&sdio_pwrseq>; 621 non-removable; 588 non-removable; 622 pinctrl-names = "default"; 589 pinctrl-names = "default"; 623 pinctrl-0 = <&sdio0_bus4 &sdio0_cmd &s 590 pinctrl-0 = <&sdio0_bus4 &sdio0_cmd &sdio0_clk>; 624 sd-uhs-sdr104; 591 sd-uhs-sdr104; 625 #address-cells = <1>; 592 #address-cells = <1>; 626 #size-cells = <0>; 593 #size-cells = <0>; 627 status = "okay"; 594 status = "okay"; 628 595 629 brcmf: wifi@1 { 596 brcmf: wifi@1 { 630 compatible = "brcm,bcm4329-fma 597 compatible = "brcm,bcm4329-fmac"; 631 reg = <1>; 598 reg = <1>; 632 interrupt-parent = <&gpio0>; 599 interrupt-parent = <&gpio0>; 633 interrupts = <RK_PA3 IRQ_TYPE_ !! 600 interrupts = <RK_PA3 GPIO_ACTIVE_HIGH>; 634 interrupt-names = "host-wake"; 601 interrupt-names = "host-wake"; 635 pinctrl-names = "default"; 602 pinctrl-names = "default"; 636 pinctrl-0 = <&wifi_host_wake_l 603 pinctrl-0 = <&wifi_host_wake_l>; 637 }; 604 }; 638 }; 605 }; 639 606 640 &spdif { 607 &spdif { 641 status = "okay"; 608 status = "okay"; 642 pinctrl-0 = <&spdif_bus_1>; 609 pinctrl-0 = <&spdif_bus_1>; >> 610 #sound-dai-cells = <0>; 643 }; 611 }; 644 612 645 &spi1 { 613 &spi1 { 646 status = "okay"; 614 status = "okay"; >> 615 max-freq = <10000000>; 647 616 648 flash@0 { 617 flash@0 { 649 compatible = "jedec,spi-nor"; 618 compatible = "jedec,spi-nor"; 650 #address-cells = <1>; 619 #address-cells = <1>; 651 #size-cells = <1>; 620 #size-cells = <1>; 652 reg = <0>; 621 reg = <0>; 653 spi-max-frequency = <10000000> 622 spi-max-frequency = <10000000>; 654 }; 623 }; 655 }; 624 }; 656 625 657 &tcphy0 { 626 &tcphy0 { 658 status = "okay"; 627 status = "okay"; 659 }; 628 }; 660 629 661 &tcphy1 { 630 &tcphy1 { 662 status = "okay"; 631 status = "okay"; 663 }; 632 }; 664 633 665 &tsadc { 634 &tsadc { 666 /* tshut mode 0:CRU 1:GPIO */ 635 /* tshut mode 0:CRU 1:GPIO */ 667 rockchip,hw-tshut-mode = <1>; 636 rockchip,hw-tshut-mode = <1>; 668 /* tshut polarity 0:LOW 1:HIGH */ 637 /* tshut polarity 0:LOW 1:HIGH */ 669 rockchip,hw-tshut-polarity = <1>; 638 rockchip,hw-tshut-polarity = <1>; 670 rockchip,hw-tshut-temp = <110000>; 639 rockchip,hw-tshut-temp = <110000>; 671 status = "okay"; 640 status = "okay"; 672 }; 641 }; 673 642 674 &u2phy0 { 643 &u2phy0 { 675 status = "okay"; 644 status = "okay"; 676 645 677 u2phy0_host: host-port { 646 u2phy0_host: host-port { 678 phy-supply = <&vcc5v0_typec>; 647 phy-supply = <&vcc5v0_typec>; 679 status = "okay"; 648 status = "okay"; 680 }; 649 }; 681 650 682 u2phy0_otg: otg-port { 651 u2phy0_otg: otg-port { 683 status = "okay"; 652 status = "okay"; 684 }; 653 }; 685 }; 654 }; 686 655 687 &u2phy1 { 656 &u2phy1 { 688 status = "okay"; 657 status = "okay"; 689 658 690 u2phy1_host: host-port { 659 u2phy1_host: host-port { 691 phy-supply = <&vcc5v0_host>; 660 phy-supply = <&vcc5v0_host>; 692 status = "okay"; 661 status = "okay"; 693 }; 662 }; 694 663 695 u2phy1_otg: otg-port { 664 u2phy1_otg: otg-port { 696 status = "okay"; 665 status = "okay"; 697 }; 666 }; 698 }; 667 }; 699 668 700 &uart0 { 669 &uart0 { 701 pinctrl-names = "default"; 670 pinctrl-names = "default"; 702 pinctrl-0 = <&uart0_xfer &uart0_rts &u 671 pinctrl-0 = <&uart0_xfer &uart0_rts &uart0_cts>; 703 status = "okay"; 672 status = "okay"; 704 673 705 bluetooth { 674 bluetooth { 706 compatible = "brcm,bcm43438-bt 675 compatible = "brcm,bcm43438-bt"; 707 clocks = <&rk808 1>; 676 clocks = <&rk808 1>; 708 clock-names = "ext_clock"; 677 clock-names = "ext_clock"; 709 device-wakeup-gpios = <&gpio2 678 device-wakeup-gpios = <&gpio2 RK_PD2 GPIO_ACTIVE_HIGH>; 710 host-wakeup-gpios = <&gpio0 RK 679 host-wakeup-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_HIGH>; 711 shutdown-gpios = <&gpio0 RK_PB 680 shutdown-gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>; 712 max-speed = <4000000>; 681 max-speed = <4000000>; 713 pinctrl-names = "default"; 682 pinctrl-names = "default"; 714 pinctrl-0 = <&bt_reg_on_h &bt_ 683 pinctrl-0 = <&bt_reg_on_h &bt_host_wake_l &bt_wake_l>; 715 vbat-supply = <&vcc3v3_sys>; 684 vbat-supply = <&vcc3v3_sys>; 716 vddio-supply = <&vcc_1v8>; 685 vddio-supply = <&vcc_1v8>; 717 }; 686 }; 718 }; 687 }; 719 688 720 &uart2 { 689 &uart2 { 721 status = "okay"; 690 status = "okay"; 722 }; 691 }; 723 692 724 &usb_host0_ehci { 693 &usb_host0_ehci { 725 status = "okay"; 694 status = "okay"; 726 }; 695 }; 727 696 728 &usb_host0_ohci { 697 &usb_host0_ohci { 729 status = "okay"; 698 status = "okay"; 730 }; 699 }; 731 700 732 &usb_host1_ehci { 701 &usb_host1_ehci { 733 status = "okay"; 702 status = "okay"; 734 }; 703 }; 735 704 736 &usb_host1_ohci { 705 &usb_host1_ohci { 737 status = "okay"; 706 status = "okay"; 738 }; 707 }; 739 708 740 &usbdrd3_0 { 709 &usbdrd3_0 { 741 status = "okay"; 710 status = "okay"; 742 }; 711 }; 743 712 744 &usbdrd_dwc3_0 { 713 &usbdrd_dwc3_0 { 745 status = "okay"; 714 status = "okay"; 746 dr_mode = "host"; 715 dr_mode = "host"; 747 }; 716 }; 748 717 749 &usbdrd3_1 { 718 &usbdrd3_1 { 750 status = "okay"; 719 status = "okay"; 751 }; 720 }; 752 721 753 &usbdrd_dwc3_1 { 722 &usbdrd_dwc3_1 { 754 status = "okay"; 723 status = "okay"; 755 dr_mode = "host"; 724 dr_mode = "host"; 756 }; 725 }; 757 726 758 &vopb { 727 &vopb { 759 status = "okay"; 728 status = "okay"; 760 }; 729 }; 761 730 762 &vopb_mmu { 731 &vopb_mmu { 763 status = "okay"; 732 status = "okay"; 764 }; 733 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.