blob: 75172314d7afd3fb515bc1e846cccac8cc3550aa [file] [log] [blame]
Marek Vasut954d1ea2020-04-27 13:16:02 +02001// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
2/*
Marek Vasut8b08dfb2021-12-30 23:46:46 +01003 * Copyright (C) Linaro Ltd 2019 - All Rights Reserved
4 * Author: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Marek Vasut954d1ea2020-04-27 13:16:02 +02005 * Copyright (C) 2020 Marek Vasut <marex@denx.de>
6 */
7
Marek Vasut954d1ea2020-04-27 13:16:02 +02008/ {
Marek Vasut8b08dfb2021-12-30 23:46:46 +01009 /* Enpirion EP3A8LQI U2 on the DHCOR */
Marek Vasut954d1ea2020-04-27 13:16:02 +020010 vdd_io: regulator-buck-io {
11 compatible = "regulator-fixed";
12 regulator-name = "buck-io";
13 regulator-min-microvolt = <1800000>;
14 regulator-max-microvolt = <1800000>;
15 regulator-always-on;
16 regulator-boot-on;
17 vin-supply = <&vdd>;
18 };
19};
20
21&pwr_regulators {
22 vdd-supply = <&vdd_io>;
Marek Vasut954d1ea2020-04-27 13:16:02 +020023};