summaryrefslogtreecommitdiff
path: root/arch/arm/dts/meson-g12b-odroid-go-ultra-u-boot.dtsi
blob: 1c0f9765eb2cbfff64b63b4fe0e3cc580fafcbdd (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
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (c) 2023 Neil Armstrong <neil.armstrong@linaro.org>
 */

#include "meson-g12-common-u-boot.dtsi"

/* RK817/818 BOOST regulator aren't supported yet, so remove phandles from PHY nodes */

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

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

&vcc_2v3 {
	regulator-init-microvolt = <2400000>;
};

&vdd_ee {
	regulator-init-microvolt = <875000>;
};