1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 3 /dts-v1/; 4 #include "rk3288-evb.dtsi" 5 6 / { 7 model = "Rockchip RK3288 EVB RK808"; 8 compatible = "rockchip,rk3288-evb-rk80 9 }; 10 11 &i2c0 { 12 clock-frequency = <400000>; 13 14 rk808: pmic@1b { 15 compatible = "rockchip,rk808"; 16 reg = <0x1b>; 17 interrupt-parent = <&gpio0>; 18 interrupts = <RK_PA4 IRQ_TYPE_ 19 pinctrl-names = "default"; 20 pinctrl-0 = <&pmic_int &global 21 rockchip,system-power-controll 22 wakeup-source; 23 #clock-cells = <1>; 24 clock-output-names = "xin32k", 25 26 vcc1-supply = <&vcc_sys>; 27 vcc2-supply = <&vcc_sys>; 28 vcc3-supply = <&vcc_sys>; 29 vcc4-supply = <&vcc_sys>; 30 vcc6-supply = <&vcc_sys>; 31 vcc7-supply = <&vcc_sys>; 32 vcc8-supply = <&vcc_18>; 33 vcc9-supply = <&vcc_io>; 34 vcc10-supply = <&vcc_io>; 35 vcc11-supply = <&vcc_sys>; 36 vcc12-supply = <&vcc_io>; 37 vddio-supply = <&vccio_pmu>; 38 39 regulators { 40 vdd_cpu: DCDC_REG1 { 41 regulator-alwa 42 regulator-boot 43 regulator-min- 44 regulator-max- 45 regulator-name 46 regulator-stat 47 regula 48 }; 49 }; 50 51 vdd_gpu: DCDC_REG2 { 52 regulator-alwa 53 regulator-boot 54 regulator-min- 55 regulator-max- 56 regulator-name 57 regulator-stat 58 regula 59 regula 60 }; 61 }; 62 63 vcc_ddr: DCDC_REG3 { 64 regulator-alwa 65 regulator-boot 66 regulator-name 67 regulator-stat 68 regula 69 }; 70 }; 71 72 vcc_io: DCDC_REG4 { 73 regulator-alwa 74 regulator-boot 75 regulator-min- 76 regulator-max- 77 regulator-name 78 regulator-stat 79 regula 80 regula 81 }; 82 }; 83 84 vccio_pmu: LDO_REG1 { 85 regulator-alwa 86 regulator-boot 87 regulator-min- 88 regulator-max- 89 regulator-name 90 regulator-stat 91 regula 92 regula 93 }; 94 }; 95 96 vcc_tp: LDO_REG2 { 97 regulator-alwa 98 regulator-boot 99 regulator-min- 100 regulator-max- 101 regulator-name 102 regulator-stat 103 regula 104 }; 105 }; 106 107 vdd_10: LDO_REG3 { 108 regulator-alwa 109 regulator-boot 110 regulator-min- 111 regulator-max- 112 regulator-name 113 regulator-stat 114 regula 115 regula 116 }; 117 }; 118 119 vcc18_lcd: LDO_REG4 { 120 regulator-alwa 121 regulator-boot 122 regulator-min- 123 regulator-max- 124 regulator-name 125 regulator-stat 126 regula 127 regula 128 }; 129 }; 130 131 vccio_sd: LDO_REG5 { 132 regulator-alwa 133 regulator-boot 134 regulator-min- 135 regulator-max- 136 regulator-name 137 regulator-stat 138 regula 139 regula 140 }; 141 }; 142 143 vdd10_lcd: LDO_REG6 { 144 regulator-alwa 145 regulator-boot 146 regulator-min- 147 regulator-max- 148 regulator-name 149 regulator-stat 150 regula 151 regula 152 }; 153 }; 154 155 vcc_18: LDO_REG7 { 156 regulator-alwa 157 regulator-boot 158 regulator-min- 159 regulator-max- 160 regulator-name 161 regulator-stat 162 regula 163 regula 164 }; 165 }; 166 167 vcca_codec: LDO_REG8 { 168 regulator-alwa 169 regulator-boot 170 regulator-min- 171 regulator-max- 172 regulator-name 173 regulator-stat 174 regula 175 regula 176 }; 177 }; 178 179 vcc_wl: SWITCH_REG1 { 180 regulator-alwa 181 regulator-boot 182 regulator-name 183 regulator-stat 184 regula 185 }; 186 }; 187 188 vcc_lcd: SWITCH_REG2 { 189 regulator-alwa 190 regulator-boot 191 regulator-name 192 regulator-stat 193 regula 194 }; 195 }; 196 }; 197 }; 198 }; 199 200 &panel { 201 power-supply = <&vcc_lcd>; 202 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.