1 // SPDX-License-Identifier: GPL-2.0+
3 * (C) Copyright 2017 Rockchip Electronics Co., Ltd
11 model = "Rockchip RK3128 Evaluation board";
12 compatible = "rockchip,rk3128-evb", "rockchip,rk3128";
19 device_type = "memory";
20 reg = <0x60000000 0x40000000>;
23 vcc5v0_otg: vcc5v0-otg-drv {
24 compatible = "regulator-fixed";
25 regulator-name = "vcc5v0_otg";
26 gpio = <&gpio0 26 GPIO_ACTIVE_HIGH>;
27 pinctrl-names = "default";
28 pinctrl-0 = <&otg_vbus_drv>;
29 regulator-min-microvolt = <5000000>;
30 regulator-max-microvolt = <5000000>;
33 vcc5v0_host: vcc5v0-host-drv {
34 compatible = "regulator-fixed";
35 regulator-name = "vcc5v0_host";
36 gpio = <&gpio2 23 GPIO_ACTIVE_HIGH>;
37 pinctrl-names = "default";
38 pinctrl-0 = <&host_vbus_drv>;
39 regulator-min-microvolt = <5000000>;
40 regulator-max-microvolt = <5000000>;
54 compatible = "haoyu,hym8563";
57 clock-frequency = <32768>;
58 clock-output-names = "xin32k";
83 vbus-supply = <&vcc5v0_otg>;
89 otg_vbus_drv: host-vbus-drv {
90 rockchip,pins = <0 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>;
95 host_vbus_drv: host-vbus-drv {
96 rockchip,pins = <2 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>;