diff --git a/arch/arm/boot/dts/rk3506-evb1-v10.dtsi b/arch/arm/boot/dts/rk3506-evb1-v10.dtsi index 0a0e15c96fe0..0ec384c544bd 100644 --- a/arch/arm/boot/dts/rk3506-evb1-v10.dtsi +++ b/arch/arm/boot/dts/rk3506-evb1-v10.dtsi @@ -19,6 +19,22 @@ rockchip,baudrate = <1500000>; /* Only 115200 and 1500000 */ interrupts = ; }; + + vdd_arm: vdd-arm { + compatible = "pwm-regulator"; + pwms = <&pwm0_4ch_0 0 5000 1>; + regulator-name = "vdd_arm"; + regulator-min-microvolt = <710000>; + regulator-max-microvolt = <1207000>; + regulator-init-microvolt = <1011000>; + regulator-always-on; + regulator-boot-on; + regulator-settling-time-up-us = <250>; + }; +}; + +&cpu0 { + cpu-supply = <&vdd_arm>; }; &fspi {