blob: 1c0f9765eb2cbfff64b63b4fe0e3cc580fafcbdd [file] [log] [blame]
Neil Armstrong640192d2023-01-19 14:44:18 +01001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2023 Neil Armstrong <neil.armstrong@linaro.org>
4 */
5
6#include "meson-g12-common-u-boot.dtsi"
7
8/* RK817/818 BOOST regulator aren't supported yet, so remove phandles from PHY nodes */
9
10&usb2_phy1 {
11 /delete-property/ phy-supply;
12};
13
14&usb3_pcie_phy {
15 /delete-property/ phy-supply;
16};
Neil Armstrongde586942023-02-10 11:25:07 +010017
18&vcc_2v3 {
19 regulator-init-microvolt = <2400000>;
20};
21
22&vdd_ee {
23 regulator-init-microvolt = <875000>;
24};