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:
parent
4b198e2009
commit
604fa4f47e
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue