Skip to content

Commit 604fa4f

Browse files
lpawelczMaureenHelm
authored andcommitted
boards: arm: efr32bg: dts: add spi_enable gpio
This commit adds spi_enable to the efr32bg_sltb010a board dts. Signed-off-by: Pawel Czarnecki <[email protected]>
1 parent 4b198e2 commit 604fa4f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

boards/arm/efr32bg_sltb010a/efr32bg_sltb010a.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
gpios = <&gpioa GECKO_PIN(5) GPIO_ACTIVE_LOW>;
4949
};
5050

51+
spi_enable: peripheral-enable {
52+
compatible = "regulator-fixed";
53+
regulator-name = "spi-enable-ctrl";
54+
enable-gpios = <&gpiob GECKO_PIN(4) GPIO_ACTIVE_HIGH>;
55+
};
56+
5157
};
5258

5359
&cpu0 {

0 commit comments

Comments
 (0)