boards: arm: efr32bg: dts: add spi_enable gpio

This commit adds spi_enable to the efr32bg_sltb010a board dts.

Signed-off-by: Pawel Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
Pawel Czarnecki 2022-10-18 16:27:15 +02:00 committed by Maureen Helm
commit 604fa4f47e

View file

@ -48,6 +48,12 @@
gpios = <&gpioa GECKO_PIN(5) GPIO_ACTIVE_LOW>;
};
spi_enable: peripheral-enable {
compatible = "regulator-fixed";
regulator-name = "spi-enable-ctrl";
enable-gpios = <&gpiob GECKO_PIN(4) GPIO_ACTIVE_HIGH>;
};
};
&cpu0 {