diff options
author | Nam Cao <namcao@linutronix.de> | 2024-01-29 09:43:09 +0100 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2024-01-31 16:52:53 +0800 |
commit | 6882255ac3107c58e1153311df8a8270087f8cb3 (patch) | |
tree | 3ee7d98c10ca1f11d45b4954881e32bef7d18c37 | |
parent | 92802e12ef07f054153ad8379c93db4d144ab401 (diff) |
riscv: dts: starfive: add regulator device
Add the axp15060 regulator device. OpenSBI uses this device to perform
board reset and shutdown.
Signed-off-by: Nam Cao <namcao@linutronix.de>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
-rw-r--r-- | arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi b/arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi index e94f9fe826a..f2c6bec9298 100644 --- a/arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi +++ b/arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi @@ -127,6 +127,11 @@ pinctrl-0 = <&i2c5_pins>; status = "okay"; + pmic@36 { + compatible = "x-powers,axp15060"; + reg = <0x36>; + }; + eeprom@50 { compatible = "atmel,24c04"; reg = <0x50>; |