u-boot/arch/arm/dts/tps65910.dtsi
Paul Barker 1d49b8d73b arm: dts: Resync dts for BeagleBone and derivatives
Sync BeagleBone dts files & TPS dtsi files with Linux v5.17 and include
the SanCloud BBE Extended WiFi dts added in v5.18-rc1. Also pull in
changes to am33xx-l4.dtsi needed to support the BeagleBone Blue.

The change to use the cpsw switch driver (commit c477358e66a3 in Linux)
is excluded from the sync as u-boot does not recognise the new
compatible string.

Signed-off-by: Paul Barker <paul.barker@sancloud.com>
2022-04-21 09:08:57 -04:00

88 lines
1.4 KiB
Text

// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
*/
/*
* Integrated Power Management Chip
* http://www.ti.com/lit/ds/symlink/tps65910.pdf
*/
&tps {
compatible = "ti,tps65910";
regulators {
#address-cells = <1>;
#size-cells = <0>;
vrtc_reg: regulator@0 {
reg = <0>;
regulator-compatible = "vrtc";
};
vio_reg: regulator@1 {
reg = <1>;
regulator-compatible = "vio";
};
vdd1_reg: regulator@2 {
reg = <2>;
regulator-compatible = "vdd1";
};
vdd2_reg: regulator@3 {
reg = <3>;
regulator-compatible = "vdd2";
};
vdd3_reg: regulator@4 {
reg = <4>;
regulator-compatible = "vdd3";
};
vdig1_reg: regulator@5 {
reg = <5>;
regulator-compatible = "vdig1";
};
vdig2_reg: regulator@6 {
reg = <6>;
regulator-compatible = "vdig2";
};
vpll_reg: regulator@7 {
reg = <7>;
regulator-compatible = "vpll";
};
vdac_reg: regulator@8 {
reg = <8>;
regulator-compatible = "vdac";
};
vaux1_reg: regulator@9 {
reg = <9>;
regulator-compatible = "vaux1";
};
vaux2_reg: regulator@10 {
reg = <10>;
regulator-compatible = "vaux2";
};
vaux33_reg: regulator@11 {
reg = <11>;
regulator-compatible = "vaux33";
};
vmmc_reg: regulator@12 {
reg = <12>;
regulator-compatible = "vmmc";
};
vbb_reg: regulator@13 {
reg = <13>;
regulator-compatible = "vbb";
};
};
};