2 * (C) Copyright 2015 Rockchip Electronics Co., Ltd
4 * SPDX-License-Identifier: GPL-2.0+
13 compatible = "sdk,sdk-rk3036", "rockchip,rk3036";
19 vcc5v0_otg: vcc5v0-otg-drv {
20 compatible = "regulator-fixed";
21 regulator-name = "vcc5v0_otg";
22 gpio = <&gpio0 26 GPIO_ACTIVE_HIGH>;
23 pinctrl-names = "default";
24 pinctrl-0 = <&otg_vbus_drv>;
25 regulator-min-microvolt = <5000000>;
26 regulator-max-microvolt = <5000000>;
29 vcc5v0_host: vcc5v0-host-drv {
30 compatible = "regulator-fixed";
31 regulator-name = "vcc5v0_host";
32 gpio = <&gpio2 23 GPIO_ACTIVE_HIGH>;
33 pinctrl-names = "default";
34 pinctrl-0 = <&host_vbus_drv>;
35 regulator-min-microvolt = <5000000>;
36 regulator-max-microvolt = <5000000>;
45 compatible = "haoyu,hym8563";
48 clock-frequency = <32768>;
49 clock-output-names = "xin32k";
54 vbus-supply = <&vcc5v0_host>;
59 vbus-supply = <&vcc5v0_otg>;
65 otg_vbus_drv: host-vbus-drv {
66 rockchip,pins = <0 26 RK_FUNC_GPIO &pcfg_pull_none>;
71 host_vbus_drv: host-vbus-drv {
72 rockchip,pins = <2 23 RK_FUNC_GPIO &pcfg_pull_none>;