1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Google Veyron Jaq Rev 1+ board device tree source
5 * Copyright 2015 Google, Inc
10 #include "rk3288-veyron-chromebook.dtsi"
11 #include "cros-ec-sbs.dtsi"
15 compatible = "google,veyron-jaq-rev5", "google,veyron-jaq-rev4",
16 "google,veyron-jaq-rev3", "google,veyron-jaq-rev2",
17 "google,veyron-jaq-rev1", "google,veyron-jaq",
18 "google,veyron", "rockchip,rk3288";
20 panel_regulator: panel-regulator {
21 compatible = "regulator-fixed";
23 gpio = <&gpio7 RK_PB6 GPIO_ACTIVE_HIGH>;
24 pinctrl-names = "default";
25 pinctrl-0 = <&lcd_enable_h>;
26 regulator-name = "panel_regulator";
27 startup-delay-us = <100000>;
28 vin-supply = <&vcc33_sys>;
31 vcc18_lcd: vcc18-lcd {
32 compatible = "regulator-fixed";
34 gpio = <&gpio2 RK_PB5 GPIO_ACTIVE_HIGH>;
35 pinctrl-names = "default";
36 pinctrl-0 = <&avdd_1v8_disp_en>;
37 regulator-name = "vcc18_lcd";
40 vin-supply = <&vcc18_wl>;
43 backlight_regulator: backlight-regulator {
44 compatible = "regulator-fixed";
46 gpio = <&gpio2 RK_PB4 GPIO_ACTIVE_HIGH>;
47 pinctrl-names = "default";
48 pinctrl-0 = <&bl_pwr_en>;
49 regulator-name = "backlight_regulator";
50 vin-supply = <&vcc33_sys>;
51 startup-delay-us = <15000>;
56 /* Jaq panel PWM must be >= 3%, so start non-zero brightness at 8 */
60 16 17 18 19 20 21 22 23
61 24 25 26 27 28 29 30 31
62 32 33 34 35 36 37 38 39
63 40 41 42 43 44 45 46 47
64 48 49 50 51 52 53 54 55
65 56 57 58 59 60 61 62 63
66 64 65 66 67 68 69 70 71
67 72 73 74 75 76 77 78 79
68 80 81 82 83 84 85 86 87
69 88 89 90 91 92 93 94 95
70 96 97 98 99 100 101 102 103
71 104 105 106 107 108 109 110 111
72 112 113 114 115 116 117 118 119
73 120 121 122 123 124 125 126 127
74 128 129 130 131 132 133 134 135
75 136 137 138 139 140 141 142 143
76 144 145 146 147 148 149 150 151
77 152 153 154 155 156 157 158 159
78 160 161 162 163 164 165 166 167
79 168 169 170 171 172 173 174 175
80 176 177 178 179 180 181 182 183
81 184 185 186 187 188 189 190 191
82 192 193 194 195 196 197 198 199
83 200 201 202 203 204 205 206 207
84 208 209 210 211 212 213 214 215
85 216 217 218 219 220 221 222 223
86 224 225 226 227 228 229 230 231
87 232 233 234 235 236 237 238 239
88 240 241 242 243 244 245 246 247
89 248 249 250 251 252 253 254 255>;
90 power-supply = <&backlight_regulator>;
94 power-supply = <&panel_regulator>;
98 pinctrl-names = "default";
99 pinctrl-0 = <&pmic_int_l &dvs_1 &dvs_2>;
100 dvs-gpios = <&gpio7 RK_PB4 GPIO_ACTIVE_HIGH>,
101 <&gpio7 RK_PB7 GPIO_ACTIVE_HIGH>;
105 regulator-name = "mic_vcc";
108 regulator-min-microvolt = <1800000>;
109 regulator-max-microvolt = <1800000>;
110 regulator-state-mem {
111 regulator-off-in-suspend;
119 pinctrl-names = "default";
120 pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_cd_disabled &sdmmc_cd_gpio
126 gpio = <&gpio7 RK_PC5 GPIO_ACTIVE_HIGH>;
127 pinctrl-names = "default";
128 pinctrl-0 = <&drv_5v>;
133 gpio = <&gpio5 RK_PC3 GPIO_ACTIVE_HIGH>;
134 pinctrl-names = "default";
135 pinctrl-0 = <&vcc50_hdmi_en>;
139 gpio-line-names = "PMIC_SLEEP_AP",
150 * RECOVERY_SW_L is Chrome OS ABI. Schematics call
167 gpio-line-names = "CONFIG0",
185 gpio-line-names = "FLASH0_D0",
203 "FLASH0_CS2/EMMC_CMD",
205 "FLASH0_DQS/EMMC_CLKO";
209 gpio-line-names = "",
238 "BT_DEV_WAKE", /* Maybe missing from mighty? */
247 gpio-line-names = "",
272 gpio-line-names = "I2S0_SCLK",
299 gpio-line-names = "LCDC_BL",
306 * AP_FLASH_WP_L is Chrome OS ABI. Schematics call
314 "SDMMC_WP", /* mighty only */
317 "nFALUT1", /* nFAULT1 on jaq */
332 gpio-line-names = "RAM_ID0",
347 bl_pwr_en: bl_pwr_en {
348 rockchip,pins = <2 RK_PB4 RK_FUNC_GPIO &pcfg_pull_none>;
354 rockchip,pins = <7 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>;
359 vcc50_hdmi_en: vcc50-hdmi-en {
360 rockchip,pins = <5 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>;
365 lcd_enable_h: lcd-en {
366 rockchip,pins = <7 RK_PB6 RK_FUNC_GPIO &pcfg_pull_none>;
369 avdd_1v8_disp_en: avdd-1v8-disp-en {
370 rockchip,pins = <2 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
376 rockchip,pins = <7 RK_PB4 RK_FUNC_GPIO &pcfg_pull_down>;
380 rockchip,pins = <7 RK_PB7 RK_FUNC_GPIO &pcfg_pull_down>;