2020-04-27 11:16:02 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
|
|
|
|
/*
|
2021-12-30 22:46:46 +00:00
|
|
|
* Copyright (C) Linaro Ltd 2019 - All Rights Reserved
|
|
|
|
* Author: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
|
2020-04-27 11:16:02 +00:00
|
|
|
* Copyright (C) 2020 Marek Vasut <marex@denx.de>
|
|
|
|
*/
|
|
|
|
|
|
|
|
/ {
|
2021-12-30 22:46:46 +00:00
|
|
|
/* Enpirion EP3A8LQI U2 on the DHCOR */
|
2020-04-27 11:16:02 +00:00
|
|
|
vdd_io: regulator-buck-io {
|
|
|
|
compatible = "regulator-fixed";
|
|
|
|
regulator-name = "buck-io";
|
|
|
|
regulator-min-microvolt = <1800000>;
|
|
|
|
regulator-max-microvolt = <1800000>;
|
|
|
|
regulator-always-on;
|
|
|
|
regulator-boot-on;
|
|
|
|
vin-supply = <&vdd>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-05-04 12:50:04 +00:00
|
|
|
&vdd {
|
2022-05-11 21:09:33 +00:00
|
|
|
regulator-min-microvolt = <1800000>;
|
2022-05-04 12:50:04 +00:00
|
|
|
regulator-max-microvolt = <2900000>;
|
|
|
|
};
|
|
|
|
|
2020-04-27 11:16:02 +00:00
|
|
|
&pwr_regulators {
|
|
|
|
vdd-supply = <&vdd_io>;
|
|
|
|
};
|