siflower: sf21: fix M.2 power on Bananapi BPI-RV2

Add fixed regulator for M.2 slot for Bananapi BPI-RV2

Signed-off-by: Andrey Safonov <andrey.safonov@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19697
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Andrey Safonov 2025-08-07 00:19:06 +03:00 committed by Robert Marko
parent 08cc7e881e
commit 73a0366e53

View file

@ -22,6 +22,16 @@
gpio = <&gpio 37 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
m2keyb_pwren: regulator@1 {
compatible = "regulator-fixed";
regulator-name = "m2keyb_pwren";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&gpio 38 GPIO_ACTIVE_HIGH>;
enable-active-high;
regulator-always-on;
};
};
&spi0_pins {