blob: 5679897279aa56eb47cbcb661032355e63eb1d39 [file] [log] [blame]
Matwey V. Kornilove768cfc2019-08-02 10:39:58 +03001// SPDX-License-Identifier: GPL-2.0+
2/*
Kever Yange68e10b2019-08-15 11:40:56 +08003 * (C) Copyright 2016-2019 Rockchip Electronics Co., Ltd
Matwey V. Kornilove768cfc2019-08-02 10:39:58 +03004 */
5
Kever Yange68e10b2019-08-15 11:40:56 +08006#include "rk3328-u-boot.dtsi"
Kever Yange0d3f882019-08-02 10:40:00 +03007#include "rk3328-sdram-ddr3-666.dtsi"
8
Chen-Yu Tsaie7184852020-04-27 14:52:46 +08009/{
10 vcc5v0_host_xhci: vcc5v0-host-xhci-drv {
11 compatible = "regulator-fixed";
12 enable-active-high;
13 gpio = <&gpio0 0 GPIO_ACTIVE_HIGH>;
14 regulator-name = "vcc5v0_host_xhci";
15 regulator-min-microvolt = <5000000>;
16 regulator-max-microvolt = <5000000>;
17 };
18};
19
Kever Yange68e10b2019-08-15 11:40:56 +080020&usb_host0_xhci {
21 vbus-supply = <&vcc5v0_host_xhci>;
22 status = "okay";
Matwey V. Kornilove768cfc2019-08-02 10:39:58 +030023};