1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 2 /* 3 * Copyright (c) 2016 Fuzhou Rockchip Electron 3 * Copyright (c) 2016 Fuzhou Rockchip Electronics Co., Ltd 4 */ 4 */ 5 5 6 /dts-v1/; 6 /dts-v1/; 7 #include <dt-bindings/pwm/pwm.h> 7 #include <dt-bindings/pwm/pwm.h> 8 #include "rk3399-base.dtsi" !! 8 #include "rk3399.dtsi" 9 9 10 / { 10 / { 11 model = "Rockchip RK3399 Evaluation Bo 11 model = "Rockchip RK3399 Evaluation Board"; 12 compatible = "rockchip,rk3399-evb", "r 12 compatible = "rockchip,rk3399-evb", "rockchip,rk3399"; 13 13 14 aliases { << 15 ethernet0 = &gmac; << 16 mmc0 = &sdhci; << 17 }; << 18 << 19 backlight: backlight { 14 backlight: backlight { 20 compatible = "pwm-backlight"; 15 compatible = "pwm-backlight"; 21 brightness-levels = < 16 brightness-levels = < 22 0 1 2 3 4 17 0 1 2 3 4 5 6 7 23 8 9 10 11 12 1 18 8 9 10 11 12 13 14 15 24 16 17 18 19 20 2 19 16 17 18 19 20 21 22 23 25 24 25 26 27 28 2 20 24 25 26 27 28 29 30 31 26 32 33 34 35 36 3 21 32 33 34 35 36 37 38 39 27 40 41 42 43 44 4 22 40 41 42 43 44 45 46 47 28 48 49 50 51 52 5 23 48 49 50 51 52 53 54 55 29 56 57 58 59 60 6 24 56 57 58 59 60 61 62 63 30 64 65 66 67 68 6 25 64 65 66 67 68 69 70 71 31 72 73 74 75 76 7 26 72 73 74 75 76 77 78 79 32 80 81 82 83 84 8 27 80 81 82 83 84 85 86 87 33 88 89 90 91 92 9 28 88 89 90 91 92 93 94 95 34 96 97 98 99 100 10 29 96 97 98 99 100 101 102 103 35 104 105 106 107 108 10 30 104 105 106 107 108 109 110 111 36 112 113 114 115 116 11 31 112 113 114 115 116 117 118 119 37 120 121 122 123 124 12 32 120 121 122 123 124 125 126 127 38 128 129 130 131 132 13 33 128 129 130 131 132 133 134 135 39 136 137 138 139 140 14 34 136 137 138 139 140 141 142 143 40 144 145 146 147 148 14 35 144 145 146 147 148 149 150 151 41 152 153 154 155 156 15 36 152 153 154 155 156 157 158 159 42 160 161 162 163 164 16 37 160 161 162 163 164 165 166 167 43 168 169 170 171 172 17 38 168 169 170 171 172 173 174 175 44 176 177 178 179 180 18 39 176 177 178 179 180 181 182 183 45 184 185 186 187 188 18 40 184 185 186 187 188 189 190 191 46 192 193 194 195 196 19 41 192 193 194 195 196 197 198 199 47 200 201 202 203 204 20 42 200 201 202 203 204 205 206 207 48 208 209 210 211 212 21 43 208 209 210 211 212 213 214 215 49 216 217 218 219 220 22 44 216 217 218 219 220 221 222 223 50 224 225 226 227 228 22 45 224 225 226 227 228 229 230 231 51 232 233 234 235 236 23 46 232 233 234 235 236 237 238 239 52 240 241 242 243 244 24 47 240 241 242 243 244 245 246 247 53 248 249 250 251 252 25 48 248 249 250 251 252 253 254 255>; 54 default-brightness-level = <20 49 default-brightness-level = <200>; 55 pwms = <&pwm0 0 25000 0>; 50 pwms = <&pwm0 0 25000 0>; 56 }; 51 }; 57 52 58 edp_panel: edp-panel { 53 edp_panel: edp-panel { 59 compatible = "lg,lp079qx1-sp0v !! 54 compatible ="lg,lp079qx1-sp0v"; 60 backlight = <&backlight>; 55 backlight = <&backlight>; 61 enable-gpios = <&gpio1 RK_PB5 56 enable-gpios = <&gpio1 RK_PB5 GPIO_ACTIVE_HIGH>; 62 power-supply = <&vcc3v3_s0>; 57 power-supply = <&vcc3v3_s0>; 63 58 64 port { 59 port { 65 panel_in_edp: endpoint 60 panel_in_edp: endpoint { 66 remote-endpoin 61 remote-endpoint = <&edp_out_panel>; 67 }; 62 }; 68 }; 63 }; 69 }; 64 }; 70 65 71 clkin_gmac: external-gmac-clock { 66 clkin_gmac: external-gmac-clock { 72 compatible = "fixed-clock"; 67 compatible = "fixed-clock"; 73 clock-frequency = <125000000>; 68 clock-frequency = <125000000>; 74 clock-output-names = "clkin_gm 69 clock-output-names = "clkin_gmac"; 75 #clock-cells = <0>; 70 #clock-cells = <0>; 76 }; 71 }; 77 72 78 vdd_center: vdd-center { 73 vdd_center: vdd-center { 79 compatible = "pwm-regulator"; 74 compatible = "pwm-regulator"; 80 pwms = <&pwm3 0 25000 0>; 75 pwms = <&pwm3 0 25000 0>; 81 regulator-name = "vdd_center"; 76 regulator-name = "vdd_center"; 82 regulator-min-microvolt = <800 77 regulator-min-microvolt = <800000>; 83 regulator-max-microvolt = <140 78 regulator-max-microvolt = <1400000>; 84 regulator-always-on; 79 regulator-always-on; 85 regulator-boot-on; 80 regulator-boot-on; 86 status = "okay"; 81 status = "okay"; 87 }; 82 }; 88 83 89 vcc3v3_sys: vcc3v3-sys { 84 vcc3v3_sys: vcc3v3-sys { 90 compatible = "regulator-fixed" 85 compatible = "regulator-fixed"; 91 regulator-name = "vcc3v3_sys"; 86 regulator-name = "vcc3v3_sys"; 92 regulator-always-on; 87 regulator-always-on; 93 regulator-boot-on; 88 regulator-boot-on; 94 regulator-min-microvolt = <330 89 regulator-min-microvolt = <3300000>; 95 regulator-max-microvolt = <330 90 regulator-max-microvolt = <3300000>; 96 }; 91 }; 97 92 98 vcc5v0_sys: vcc5v0-sys { 93 vcc5v0_sys: vcc5v0-sys { 99 compatible = "regulator-fixed" 94 compatible = "regulator-fixed"; 100 regulator-name = "vcc5v0_sys"; 95 regulator-name = "vcc5v0_sys"; 101 regulator-always-on; 96 regulator-always-on; 102 regulator-boot-on; 97 regulator-boot-on; 103 regulator-min-microvolt = <500 98 regulator-min-microvolt = <5000000>; 104 regulator-max-microvolt = <500 99 regulator-max-microvolt = <5000000>; 105 }; 100 }; 106 101 107 vcc5v0_host: vcc5v0-host-regulator { 102 vcc5v0_host: vcc5v0-host-regulator { 108 compatible = "regulator-fixed" 103 compatible = "regulator-fixed"; 109 enable-active-high; 104 enable-active-high; 110 gpio = <&gpio4 RK_PD1 GPIO_ACT 105 gpio = <&gpio4 RK_PD1 GPIO_ACTIVE_HIGH>; 111 pinctrl-names = "default"; 106 pinctrl-names = "default"; 112 pinctrl-0 = <&vcc5v0_host_en>; 107 pinctrl-0 = <&vcc5v0_host_en>; 113 regulator-name = "vcc5v0_host" 108 regulator-name = "vcc5v0_host"; 114 vin-supply = <&vcc5v0_sys>; 109 vin-supply = <&vcc5v0_sys>; 115 }; 110 }; 116 111 117 vcc_phy: vcc-phy-regulator { 112 vcc_phy: vcc-phy-regulator { 118 compatible = "regulator-fixed" 113 compatible = "regulator-fixed"; 119 regulator-name = "vcc_phy"; 114 regulator-name = "vcc_phy"; 120 regulator-always-on; 115 regulator-always-on; 121 regulator-boot-on; 116 regulator-boot-on; 122 }; 117 }; 123 118 124 vcc_phy: vcc-phy-regulator { 119 vcc_phy: vcc-phy-regulator { 125 compatible = "regulator-fixed" 120 compatible = "regulator-fixed"; 126 regulator-name = "vcc_phy"; 121 regulator-name = "vcc_phy"; 127 regulator-always-on; 122 regulator-always-on; 128 regulator-boot-on; 123 regulator-boot-on; 129 }; 124 }; 130 125 131 }; 126 }; 132 127 133 &edp { 128 &edp { 134 status = "okay"; 129 status = "okay"; 135 force-hpd; 130 force-hpd; 136 131 137 ports { 132 ports { 138 edp_out: port@1 { 133 edp_out: port@1 { 139 reg = <1>; 134 reg = <1>; 140 #address-cells = <1>; 135 #address-cells = <1>; 141 #size-cells = <0>; 136 #size-cells = <0>; 142 137 143 edp_out_panel: endpoin 138 edp_out_panel: endpoint@0 { 144 reg = <0>; 139 reg = <0>; 145 remote-endpoin 140 remote-endpoint = <&panel_in_edp>; 146 }; 141 }; 147 }; 142 }; 148 }; 143 }; 149 }; 144 }; 150 145 151 &emmc_phy { 146 &emmc_phy { 152 status = "okay"; 147 status = "okay"; 153 }; 148 }; 154 149 155 &gmac { 150 &gmac { 156 assigned-clocks = <&cru SCLK_RMII_SRC> 151 assigned-clocks = <&cru SCLK_RMII_SRC>; 157 assigned-clock-parents = <&clkin_gmac> 152 assigned-clock-parents = <&clkin_gmac>; 158 clock_in_out = "input"; 153 clock_in_out = "input"; 159 phy-supply = <&vcc_phy>; 154 phy-supply = <&vcc_phy>; 160 phy-mode = "rgmii"; 155 phy-mode = "rgmii"; 161 pinctrl-names = "default"; 156 pinctrl-names = "default"; 162 pinctrl-0 = <&rgmii_pins>; 157 pinctrl-0 = <&rgmii_pins>; 163 snps,reset-gpio = <&gpio3 RK_PB7 GPIO_ 158 snps,reset-gpio = <&gpio3 RK_PB7 GPIO_ACTIVE_LOW>; 164 snps,reset-active-low; 159 snps,reset-active-low; 165 snps,reset-delays-us = <0 10000 50000> 160 snps,reset-delays-us = <0 10000 50000>; 166 tx_delay = <0x28>; 161 tx_delay = <0x28>; 167 rx_delay = <0x11>; 162 rx_delay = <0x11>; 168 status = "okay"; 163 status = "okay"; 169 }; 164 }; 170 165 171 &i2c0 { 166 &i2c0 { 172 status = "okay"; 167 status = "okay"; 173 168 174 rk808: pmic@1b { 169 rk808: pmic@1b { 175 compatible = "rockchip,rk808"; 170 compatible = "rockchip,rk808"; 176 reg = <0x1b>; 171 reg = <0x1b>; 177 interrupt-parent = <&gpio1>; 172 interrupt-parent = <&gpio1>; 178 interrupts = <21 IRQ_TYPE_LEVE 173 interrupts = <21 IRQ_TYPE_LEVEL_LOW>; 179 pinctrl-names = "default"; 174 pinctrl-names = "default"; 180 pinctrl-0 = <&pmic_int_l>; 175 pinctrl-0 = <&pmic_int_l>; 181 rockchip,system-power-controll 176 rockchip,system-power-controller; 182 wakeup-source; 177 wakeup-source; 183 #clock-cells = <1>; 178 #clock-cells = <1>; 184 clock-output-names = "rk808-cl 179 clock-output-names = "rk808-clkout1", "rk808-clkout2"; 185 180 186 vcc1-supply = <&vcc3v3_sys>; 181 vcc1-supply = <&vcc3v3_sys>; 187 vcc2-supply = <&vcc3v3_sys>; 182 vcc2-supply = <&vcc3v3_sys>; 188 vcc3-supply = <&vcc3v3_sys>; 183 vcc3-supply = <&vcc3v3_sys>; 189 vcc4-supply = <&vcc3v3_sys>; 184 vcc4-supply = <&vcc3v3_sys>; 190 vcc6-supply = <&vcc3v3_sys>; 185 vcc6-supply = <&vcc3v3_sys>; 191 vcc7-supply = <&vcc3v3_sys>; 186 vcc7-supply = <&vcc3v3_sys>; 192 vcc8-supply = <&vcc3v3_sys>; 187 vcc8-supply = <&vcc3v3_sys>; 193 vcc9-supply = <&vcc3v3_sys>; 188 vcc9-supply = <&vcc3v3_sys>; 194 vcc10-supply = <&vcc3v3_sys>; 189 vcc10-supply = <&vcc3v3_sys>; 195 vcc11-supply = <&vcc3v3_sys>; 190 vcc11-supply = <&vcc3v3_sys>; 196 vcc12-supply = <&vcc3v3_sys>; 191 vcc12-supply = <&vcc3v3_sys>; 197 vddio-supply = <&vcc1v8_pmu>; 192 vddio-supply = <&vcc1v8_pmu>; 198 193 199 regulators { 194 regulators { 200 vdd_log: DCDC_REG1 { 195 vdd_log: DCDC_REG1 { 201 regulator-name 196 regulator-name = "vdd_log"; 202 regulator-min- 197 regulator-min-microvolt = <750000>; 203 regulator-max- 198 regulator-max-microvolt = <1350000>; 204 regulator-ramp 199 regulator-ramp-delay = <6001>; 205 regulator-alwa 200 regulator-always-on; 206 regulator-boot 201 regulator-boot-on; 207 regulator-stat 202 regulator-state-mem { 208 regula 203 regulator-on-in-suspend; 209 regula 204 regulator-suspend-microvolt = <900000>; 210 }; 205 }; 211 }; 206 }; 212 207 213 vdd_cpu_l: DCDC_REG2 { 208 vdd_cpu_l: DCDC_REG2 { 214 regulator-name 209 regulator-name = "vdd_cpu_l"; 215 regulator-min- 210 regulator-min-microvolt = <750000>; 216 regulator-max- 211 regulator-max-microvolt = <1350000>; 217 regulator-ramp 212 regulator-ramp-delay = <6001>; 218 regulator-alwa 213 regulator-always-on; 219 regulator-boot 214 regulator-boot-on; 220 regulator-stat 215 regulator-state-mem { 221 regula 216 regulator-off-in-suspend; 222 }; 217 }; 223 }; 218 }; 224 219 225 vcc_ddr: DCDC_REG3 { 220 vcc_ddr: DCDC_REG3 { 226 regulator-name 221 regulator-name = "vcc_ddr"; 227 regulator-alwa 222 regulator-always-on; 228 regulator-boot 223 regulator-boot-on; 229 regulator-stat 224 regulator-state-mem { 230 regula 225 regulator-on-in-suspend; 231 }; 226 }; 232 }; 227 }; 233 228 234 vcc_1v8: DCDC_REG4 { 229 vcc_1v8: DCDC_REG4 { 235 regulator-name 230 regulator-name = "vcc_1v8"; 236 regulator-min- 231 regulator-min-microvolt = <1800000>; 237 regulator-max- 232 regulator-max-microvolt = <1800000>; 238 regulator-alwa 233 regulator-always-on; 239 regulator-boot 234 regulator-boot-on; 240 regulator-stat 235 regulator-state-mem { 241 regula 236 regulator-on-in-suspend; 242 regula 237 regulator-suspend-microvolt = <1800000>; 243 }; 238 }; 244 }; 239 }; 245 240 246 vcc1v8_dvp: LDO_REG1 { 241 vcc1v8_dvp: LDO_REG1 { 247 regulator-name 242 regulator-name = "vcc1v8_dvp"; 248 regulator-min- 243 regulator-min-microvolt = <1800000>; 249 regulator-max- 244 regulator-max-microvolt = <1800000>; 250 regulator-alwa 245 regulator-always-on; 251 regulator-boot 246 regulator-boot-on; 252 regulator-stat 247 regulator-state-mem { 253 regula 248 regulator-off-in-suspend; 254 }; 249 }; 255 }; 250 }; 256 251 257 vcc3v0_tp: LDO_REG2 { 252 vcc3v0_tp: LDO_REG2 { 258 regulator-name 253 regulator-name = "vcc3v0_tp"; 259 regulator-min- 254 regulator-min-microvolt = <3000000>; 260 regulator-max- 255 regulator-max-microvolt = <3000000>; 261 regulator-alwa 256 regulator-always-on; 262 regulator-boot 257 regulator-boot-on; 263 regulator-stat 258 regulator-state-mem { 264 regula 259 regulator-off-in-suspend; 265 }; 260 }; 266 }; 261 }; 267 262 268 vcc1v8_pmu: LDO_REG3 { 263 vcc1v8_pmu: LDO_REG3 { 269 regulator-name 264 regulator-name = "vcc1v8_pmu"; 270 regulator-min- 265 regulator-min-microvolt = <1800000>; 271 regulator-max- 266 regulator-max-microvolt = <1800000>; 272 regulator-alwa 267 regulator-always-on; 273 regulator-boot 268 regulator-boot-on; 274 regulator-stat 269 regulator-state-mem { 275 regula 270 regulator-on-in-suspend; 276 regula 271 regulator-suspend-microvolt = <1800000>; 277 }; 272 }; 278 }; 273 }; 279 274 280 vcc_sd: LDO_REG4 { 275 vcc_sd: LDO_REG4 { 281 regulator-name 276 regulator-name = "vcc_sd"; 282 regulator-min- 277 regulator-min-microvolt = <1800000>; 283 regulator-max- 278 regulator-max-microvolt = <3000000>; 284 regulator-alwa 279 regulator-always-on; 285 regulator-boot 280 regulator-boot-on; 286 regulator-stat 281 regulator-state-mem { 287 regula 282 regulator-on-in-suspend; 288 regula 283 regulator-suspend-microvolt = <3000000>; 289 }; 284 }; 290 }; 285 }; 291 286 292 vcca3v0_codec: LDO_REG 287 vcca3v0_codec: LDO_REG5 { 293 regulator-name 288 regulator-name = "vcca3v0_codec"; 294 regulator-min- 289 regulator-min-microvolt = <3000000>; 295 regulator-max- 290 regulator-max-microvolt = <3000000>; 296 regulator-alwa 291 regulator-always-on; 297 regulator-boot 292 regulator-boot-on; 298 regulator-stat 293 regulator-state-mem { 299 regula 294 regulator-off-in-suspend; 300 }; 295 }; 301 }; 296 }; 302 297 303 vcc_1v5: LDO_REG6 { 298 vcc_1v5: LDO_REG6 { 304 regulator-name 299 regulator-name = "vcc_1v5"; 305 regulator-min- 300 regulator-min-microvolt = <1500000>; 306 regulator-max- 301 regulator-max-microvolt = <1500000>; 307 regulator-alwa 302 regulator-always-on; 308 regulator-boot 303 regulator-boot-on; 309 regulator-stat 304 regulator-state-mem { 310 regula 305 regulator-on-in-suspend; 311 regula 306 regulator-suspend-microvolt = <1500000>; 312 }; 307 }; 313 }; 308 }; 314 309 315 vcca1v8_codec: LDO_REG 310 vcca1v8_codec: LDO_REG7 { 316 regulator-name 311 regulator-name = "vcca1v8_codec"; 317 regulator-min- 312 regulator-min-microvolt = <1800000>; 318 regulator-max- 313 regulator-max-microvolt = <1800000>; 319 regulator-alwa 314 regulator-always-on; 320 regulator-boot 315 regulator-boot-on; 321 regulator-stat 316 regulator-state-mem { 322 regula 317 regulator-off-in-suspend; 323 }; 318 }; 324 }; 319 }; 325 320 326 vcc_3v0: LDO_REG8 { 321 vcc_3v0: LDO_REG8 { 327 regulator-name 322 regulator-name = "vcc_3v0"; 328 regulator-min- 323 regulator-min-microvolt = <3000000>; 329 regulator-max- 324 regulator-max-microvolt = <3000000>; 330 regulator-alwa 325 regulator-always-on; 331 regulator-boot 326 regulator-boot-on; 332 regulator-stat 327 regulator-state-mem { 333 regula 328 regulator-on-in-suspend; 334 regula 329 regulator-suspend-microvolt = <3000000>; 335 }; 330 }; 336 }; 331 }; 337 332 338 vcc3v3_s3: SWITCH_REG1 333 vcc3v3_s3: SWITCH_REG1 { 339 regulator-name 334 regulator-name = "vcc3v3_s3"; 340 regulator-alwa 335 regulator-always-on; 341 regulator-boot 336 regulator-boot-on; 342 regulator-stat 337 regulator-state-mem { 343 regula 338 regulator-on-in-suspend; 344 }; 339 }; 345 }; 340 }; 346 341 347 vcc3v3_s0: SWITCH_REG2 342 vcc3v3_s0: SWITCH_REG2 { 348 regulator-name 343 regulator-name = "vcc3v3_s0"; 349 regulator-alwa 344 regulator-always-on; 350 regulator-boot 345 regulator-boot-on; 351 regulator-stat 346 regulator-state-mem { 352 regula 347 regulator-off-in-suspend; 353 }; 348 }; 354 }; 349 }; 355 }; 350 }; 356 }; 351 }; 357 352 358 vdd_cpu_b: regulator@40 { 353 vdd_cpu_b: regulator@40 { 359 compatible = "silergy,syr827"; 354 compatible = "silergy,syr827"; 360 reg = <0x40>; 355 reg = <0x40>; 361 fcs,suspend-voltage-selector = 356 fcs,suspend-voltage-selector = <1>; 362 regulator-name = "vdd_cpu_b"; 357 regulator-name = "vdd_cpu_b"; 363 regulator-min-microvolt = <712 358 regulator-min-microvolt = <712500>; 364 regulator-max-microvolt = <150 359 regulator-max-microvolt = <1500000>; 365 regulator-ramp-delay = <1000>; 360 regulator-ramp-delay = <1000>; 366 regulator-always-on; 361 regulator-always-on; 367 regulator-boot-on; 362 regulator-boot-on; 368 vin-supply = <&vcc5v0_sys>; 363 vin-supply = <&vcc5v0_sys>; 369 364 370 regulator-state-mem { 365 regulator-state-mem { 371 regulator-off-in-suspe 366 regulator-off-in-suspend; 372 }; 367 }; 373 }; 368 }; 374 369 375 vdd_gpu: regulator@41 { 370 vdd_gpu: regulator@41 { 376 compatible = "silergy,syr828"; 371 compatible = "silergy,syr828"; 377 reg = <0x41>; 372 reg = <0x41>; 378 fcs,suspend-voltage-selector = 373 fcs,suspend-voltage-selector = <1>; 379 regulator-name = "vdd_gpu"; 374 regulator-name = "vdd_gpu"; 380 regulator-min-microvolt = <712 375 regulator-min-microvolt = <712500>; 381 regulator-max-microvolt = <150 376 regulator-max-microvolt = <1500000>; 382 regulator-ramp-delay = <1000>; 377 regulator-ramp-delay = <1000>; 383 regulator-always-on; 378 regulator-always-on; 384 regulator-boot-on; 379 regulator-boot-on; 385 vin-supply = <&vcc5v0_sys>; 380 vin-supply = <&vcc5v0_sys>; 386 381 387 regulator-state-mem { 382 regulator-state-mem { 388 regulator-off-in-suspe 383 regulator-off-in-suspend; 389 }; 384 }; 390 }; 385 }; 391 }; 386 }; 392 387 393 &pwm0 { 388 &pwm0 { 394 status = "okay"; 389 status = "okay"; 395 }; 390 }; 396 391 397 &pwm2 { 392 &pwm2 { 398 status = "okay"; 393 status = "okay"; 399 }; 394 }; 400 395 401 &pwm3 { 396 &pwm3 { 402 status = "okay"; 397 status = "okay"; 403 }; 398 }; 404 399 405 &sdhci { 400 &sdhci { 406 bus-width = <8>; 401 bus-width = <8>; 407 mmc-hs400-1_8v; 402 mmc-hs400-1_8v; 408 mmc-hs400-enhanced-strobe; 403 mmc-hs400-enhanced-strobe; 409 non-removable; 404 non-removable; 410 status = "okay"; 405 status = "okay"; 411 }; 406 }; 412 407 413 &pcie_phy { 408 &pcie_phy { 414 status = "disabled"; 409 status = "disabled"; 415 }; 410 }; 416 411 417 &pcie0 { 412 &pcie0 { 418 ep-gpios = <&gpio3 RK_PB5 GPIO_ACTIVE_ 413 ep-gpios = <&gpio3 RK_PB5 GPIO_ACTIVE_HIGH>; 419 num-lanes = <4>; 414 num-lanes = <4>; 420 pinctrl-names = "default"; 415 pinctrl-names = "default"; 421 pinctrl-0 = <&pcie_clkreqn_cpm>; 416 pinctrl-0 = <&pcie_clkreqn_cpm>; 422 status = "disabled"; 417 status = "disabled"; 423 }; 418 }; 424 419 425 &u2phy0 { 420 &u2phy0 { 426 status = "okay"; 421 status = "okay"; 427 }; 422 }; 428 423 429 &u2phy0_host { 424 &u2phy0_host { 430 phy-supply = <&vcc5v0_host>; 425 phy-supply = <&vcc5v0_host>; 431 status = "okay"; 426 status = "okay"; 432 }; 427 }; 433 428 434 &u2phy1 { 429 &u2phy1 { 435 status = "okay"; 430 status = "okay"; 436 }; 431 }; 437 432 438 &u2phy1_host { 433 &u2phy1_host { 439 phy-supply = <&vcc5v0_host>; 434 phy-supply = <&vcc5v0_host>; 440 status = "okay"; 435 status = "okay"; 441 }; 436 }; 442 437 443 &uart2 { 438 &uart2 { 444 status = "okay"; 439 status = "okay"; 445 }; 440 }; 446 441 447 &usb_host0_ehci { 442 &usb_host0_ehci { 448 status = "okay"; 443 status = "okay"; 449 }; 444 }; 450 445 451 &usb_host0_ohci { 446 &usb_host0_ohci { 452 status = "okay"; 447 status = "okay"; 453 }; 448 }; 454 449 455 &usb_host1_ehci { 450 &usb_host1_ehci { 456 status = "okay"; 451 status = "okay"; 457 }; 452 }; 458 453 459 &usb_host1_ohci { 454 &usb_host1_ohci { 460 status = "okay"; 455 status = "okay"; 461 }; 456 }; 462 457 463 &pinctrl { 458 &pinctrl { 464 pmic { 459 pmic { 465 pmic_int_l: pmic-int-l { 460 pmic_int_l: pmic-int-l { 466 rockchip,pins = 461 rockchip,pins = 467 <1 RK_PC5 RK_F 462 <1 RK_PC5 RK_FUNC_GPIO &pcfg_pull_up>; 468 }; 463 }; 469 }; 464 }; 470 465 471 usb2 { 466 usb2 { 472 vcc5v0_host_en: vcc5v0-host-en 467 vcc5v0_host_en: vcc5v0-host-en { 473 rockchip,pins = 468 rockchip,pins = 474 <4 RK_PD1 RK_F 469 <4 RK_PD1 RK_FUNC_GPIO &pcfg_pull_none>; 475 }; 470 }; 476 }; 471 }; 477 }; 472 }; 478 473 479 &vopb { 474 &vopb { 480 status = "okay"; 475 status = "okay"; 481 }; 476 }; 482 477 483 &vopb_mmu { 478 &vopb_mmu { 484 status = "okay"; 479 status = "okay"; 485 }; 480 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.