2 * Google Veyron Jerry Rev 3+ board device tree source
4 * Copyright 2015 Google, Inc
6 * This file is dual-licensed: you can use it either under the terms
7 * of the GPL or the X11 license, at your option. Note that this dual
8 * licensing only applies to this file, and not this project as a
11 * a) This file is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License as
13 * published by the Free Software Foundation; either version 2 of the
14 * License, or (at your option) any later version.
16 * This file is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
23 * b) Permission is hereby granted, free of charge, to any person
24 * obtaining a copy of this software and associated documentation
25 * files (the "Software"), to deal in the Software without
26 * restriction, including without limitation the rights to use,
27 * copy, modify, merge, publish, distribute, sublicense, and/or
28 * sell copies of the Software, and to permit persons to whom the
29 * Software is furnished to do so, subject to the following
32 * The above copyright notice and this permission notice shall be
33 * included in all copies or substantial portions of the Software.
35 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
36 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
37 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
38 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
39 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
40 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
41 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
42 * OTHER DEALINGS IN THE SOFTWARE.
46 #include "rk3288-veyron-chromebook.dtsi"
47 #include "cros-ec-sbs.dtsi"
50 model = "Google Jerry";
51 compatible = "google,veyron-jerry-rev7", "google,veyron-jerry-rev6",
52 "google,veyron-jerry-rev5", "google,veyron-jerry-rev4",
53 "google,veyron-jerry-rev3", "google,veyron-jerry",
54 "google,veyron", "rockchip,rk3288";
56 panel_regulator: panel-regulator {
57 compatible = "regulator-fixed";
59 gpio = <&gpio7 RK_PB6 GPIO_ACTIVE_HIGH>;
60 pinctrl-names = "default";
61 pinctrl-0 = <&lcd_enable_h>;
62 regulator-name = "panel_regulator";
63 startup-delay-us = <100000>;
64 vin-supply = <&vcc33_sys>;
67 vcc18_lcd: vcc18-lcd {
68 compatible = "regulator-fixed";
70 gpio = <&gpio2 RK_PB5 GPIO_ACTIVE_HIGH>;
71 pinctrl-names = "default";
72 pinctrl-0 = <&avdd_1v8_disp_en>;
73 regulator-name = "vcc18_lcd";
76 vin-supply = <&vcc18_wl>;
79 backlight_regulator: backlight-regulator {
80 compatible = "regulator-fixed";
82 gpio = <&gpio2 RK_PB4 GPIO_ACTIVE_HIGH>;
83 pinctrl-names = "default";
84 pinctrl-0 = <&bl_pwr_en>;
85 regulator-name = "backlight_regulator";
86 vin-supply = <&vcc33_sys>;
87 startup-delay-us = <15000>;
92 power-supply = <&backlight_regulator>;
96 power-supply= <&panel_regulator>;
100 pinctrl-names = "default";
101 pinctrl-0 = <&pmic_int_l>;
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>;
140 bl_pwr_en: bl_pwr_en {
141 rockchip,pins = <2 12 RK_FUNC_GPIO &pcfg_pull_none>;
147 rockchip,pins = <7 21 RK_FUNC_GPIO &pcfg_pull_none>;
152 vcc50_hdmi_en: vcc50-hdmi-en {
153 rockchip,pins = <5 19 RK_FUNC_GPIO &pcfg_pull_none>;
158 lcd_enable_h: lcd-en {
159 rockchip,pins = <7 14 RK_FUNC_GPIO &pcfg_pull_none>;
162 avdd_1v8_disp_en: avdd-1v8-disp-en {
163 rockchip,pins = <2 13 RK_FUNC_GPIO &pcfg_pull_none>;
169 rockchip,pins = <7 12 RK_FUNC_GPIO &pcfg_pull_down>;
173 rockchip,pins = <7 15 RK_FUNC_GPIO &pcfg_pull_down>;
182 * Trackpad pin control is shared between Elan and Synaptics devices
183 * so we have to pull it up to the bus level.
185 pinctrl-names = "default";
186 pinctrl-0 = <&i2c4_xfer &trackpad_int>;
190 * Remove the inherited pinctrl settings to avoid clashing
191 * with bus-wide ones.
193 /delete-property/pinctrl-names;
194 /delete-property/pinctrl-0;
198 compatible = "hid-over-i2c";
199 interrupt-parent = <&gpio7>;
200 interrupts = <RK_PA3 IRQ_TYPE_EDGE_FALLING>;
202 hid-descr-addr = <0x0020>;
203 vcc-supply = <&vcc33_io>;