1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Google Veyron Brain Rev 0 board device tree source
5 * Copyright 2014 Google, Inc
9 #include "rk3288-veyron.dtsi"
12 model = "Google Brain";
13 compatible = "google,veyron-brain-rev0", "google,veyron-brain",
14 "google,veyron", "rockchip,rk3288";
16 vcc33_sys: vcc33-sys {
17 vin-supply = <&vcc_5v>;
21 compatible = "regulator-fixed";
22 regulator-name = "vcc33_io";
25 vin-supply = <&vcc33_sys>;
26 /* This is gated by vcc_18 too */
29 /* This turns on vbus for host2 and otg (dwc2) */
30 vcc5_host2: vcc5-host2-regulator {
31 compatible = "regulator-fixed";
33 gpio = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
34 pinctrl-names = "default";
35 pinctrl-0 = <&usb2_pwr_en>;
36 regulator-name = "vcc5_host2";
44 vcc50_hdmi_en: vcc50-hdmi-en {
45 rockchip,pins = <7 2 RK_FUNC_GPIO &pcfg_pull_none>;
51 rockchip,pins = <7 11 RK_FUNC_GPIO &pcfg_pull_down>;
55 rockchip,pins = <7 15 RK_FUNC_GPIO &pcfg_pull_down>;
60 usb2_pwr_en: usb2-pwr-en {
61 rockchip,pins = <0 12 RK_FUNC_GPIO &pcfg_pull_none>;
67 pinctrl-names = "default";
68 pinctrl-0 = <&pmic_int_l &dvs_1 &dvs_2>;
69 dvs-gpios = <&gpio7 RK_PB3 GPIO_ACTIVE_HIGH>,
70 <&gpio7 RK_PB7 GPIO_ACTIVE_HIGH>;
72 /delete-property/ vcc6-supply;
75 /* vcc33_io is sourced directly from vcc33_sys */
76 /delete-node/ LDO_REG1;
78 /* This is not a pwren anymore, but the real power supply */
82 regulator-min-microvolt = <1000000>;
83 regulator-max-microvolt = <1000000>;
84 regulator-name = "vdd10_lcd";
85 regulator-suspend-mem-disabled;
88 vcc18_hdmi: SWITCH_REG2 {
91 regulator-name = "vcc18_hdmi";
92 regulator-suspend-mem-disabled;
99 gpio = <&gpio7 RK_PA2 GPIO_ACTIVE_HIGH>;
100 pinctrl-names = "default";
101 pinctrl-0 = <&vcc50_hdmi_en>;