Skip to content

Commit 55c8a74

Browse files
asmellbycfriedt
authored andcommitted
boards: silabs: xg27_dk2602a: Set cells properties on usart0
Set #address-cells and #size-cells on usart0. Since usarts can be used for both UART and SPI, this property shouldn't be set in SoC-level DTS, since it makes it harder to switch compatible. Signed-off-by: Aksel Skauge Mellbye <[email protected]>
1 parent 43f1c27 commit 55c8a74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/silabs/dev_kits/xg27_dk2602a/thunderboard.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
pinctrl-0 = <&usart0_default>;
9494
pinctrl-names = "default";
9595

96+
#address-cells = <1>;
97+
#size-cells = <0>;
9698
cs-gpios = <&gpioc 3 GPIO_ACTIVE_LOW>;
9799

98100
mx25r80: mx25r8035f@0 {

0 commit comments

Comments
 (0)