summaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3308-rock-pi-s-u-boot.dtsi
blob: ff5bab316a3478f1fa7fa0d04e69889fdcfb87e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: GPL-2.0+
/*
 * (C) Copyright 2018-2019 Rockchip Electronics Co., Ltd
 */
#include "rk3308-u-boot.dtsi"

&u2phy_otg {
	/delete-property/ phy-supply;
};

&uart0 {
	bootph-all;
	clock-frequency = <24000000>;
};

&uart0_xfer {
	bootph-all;
};

&vcc5v0_otg {
	/delete-property/ regulator-always-on;
};

&vdd_core {
	regulator-init-microvolt = <1015000>;
};