0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
0004 */
0005
0006 /*
0007 * Integrated Power Management Chip
0008 * http://www.ti.com/lit/ds/symlink/tps65070.pdf
0009 */
0010
0011 &tps {
0012 compatible = "ti,tps6507x";
0013
0014 regulators {
0015 #address-cells = <1>;
0016 #size-cells = <0>;
0017
0018 vdcdc1_reg: regulator@0 {
0019 reg = <0>;
0020 regulator-compatible = "VDCDC1";
0021 };
0022
0023 vdcdc2_reg: regulator@1 {
0024 reg = <1>;
0025 regulator-compatible = "VDCDC2";
0026 };
0027
0028 vdcdc3_reg: regulator@2 {
0029 reg = <2>;
0030 regulator-compatible = "VDCDC3";
0031 };
0032
0033 ldo1_reg: regulator@3 {
0034 reg = <3>;
0035 regulator-compatible = "LDO1";
0036 };
0037
0038 ldo2_reg: regulator@4 {
0039 reg = <4>;
0040 regulator-compatible = "LDO2";
0041 };
0042
0043 };
0044 };