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";
22 /* Jaq panel PWM must be >= 3%, so start non-zero brightness at 8 */
23 brightness-levels = <8 255>;
24 num-interpolated-steps = <247>;
28 pinctrl-names = "default";
29 pinctrl-0 = <&pmic_int_l &dvs_1 &dvs_2>;
30 dvs-gpios = <&gpio7 RK_PB4 GPIO_ACTIVE_HIGH>,
31 <&gpio7 RK_PB7 GPIO_ACTIVE_HIGH>;
35 regulator-name = "mic_vcc";
38 regulator-min-microvolt = <1800000>;
39 regulator-max-microvolt = <1800000>;
41 regulator-off-in-suspend;
52 compatible = "marvell,sd8897-bt";
54 interrupt-parent = <&gpio4>;
55 interrupts = <RK_PD7 IRQ_TYPE_LEVEL_LOW>;
56 marvell,wakeup-pin = /bits/ 16 <13>;
57 pinctrl-names = "default";
58 pinctrl-0 = <&bt_host_wake_l>;
64 pinctrl-names = "default";
65 pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_cd_disabled &sdmmc_cd_pin
71 gpio = <&gpio7 RK_PC5 GPIO_ACTIVE_HIGH>;
72 pinctrl-names = "default";
73 pinctrl-0 = <&drv_5v>;
78 gpio = <&gpio5 RK_PC3 GPIO_ACTIVE_HIGH>;
79 pinctrl-names = "default";
80 pinctrl-0 = <&vcc50_hdmi_en>;
84 gpio-line-names = "PMIC_SLEEP_AP",
95 * RECOVERY_SW_L is Chrome OS ABI. Schematics call
112 gpio-line-names = "CONFIG0",
130 gpio-line-names = "FLASH0_D0",
148 "FLASH0_CS2/EMMC_CMD",
150 "FLASH0_DQS/EMMC_CLKO";
154 gpio-line-names = "",
183 "BT_DEV_WAKE", /* Maybe missing from mighty? */
192 gpio-line-names = "",
217 gpio-line-names = "I2S0_SCLK",
244 gpio-line-names = "LCDC_BL",
251 * AP_FLASH_WP_L is Chrome OS ABI. Schematics call
259 "SDMMC_WP", /* mighty only */
262 "nFALUT1", /* nFAULT1 on jaq */
277 gpio-line-names = "RAM_ID0",
291 pinctrl-names = "default", "sleep";
293 /* Common for sleep and wake, but no owners */
303 /* Common for sleep and wake, but no owners */
315 rockchip,pins = <7 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>;
320 vcc50_hdmi_en: vcc50-hdmi-en {
321 rockchip,pins = <5 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>;
327 rockchip,pins = <7 RK_PB4 RK_FUNC_GPIO &pcfg_pull_down>;
331 rockchip,pins = <7 RK_PB7 RK_FUNC_GPIO &pcfg_pull_down>;