Skip to content

Commit 0f2f158

Browse files
kedMertenskartben
authored andcommitted
boards: silabs: add default uart-pipe options
Add uart-pipe driver default option in device trees for silabs boards. It enables vcom for the boards, handy to have for sample application, for example tester app. Signed-off-by: Evgenii Kosenko <[email protected]>
1 parent 8ee7b42 commit 0f2f158

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

boards/silabs/dev_kits/sim3u1xx_dk/sim3u1xx_dk.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
zephyr,console = &usart0;
2525
zephyr,flash = &flash0;
2626
zephyr,shell-uart = &usart0;
27+
zephyr,uart-pipe = &usart0;
2728
zephyr,sram = &sram0;
2829
};
2930

boards/silabs/dev_kits/sltb004a/sltb004a.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
chosen {
2828
zephyr,console = &usart0;
2929
zephyr,shell-uart = &usart0;
30+
zephyr,uart-pipe = &usart0;
3031
zephyr,sram = &sram0;
3132
zephyr,flash = &flash0;
3233
};

boards/silabs/dev_kits/sltb009a/sltb009a.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
chosen {
1717
zephyr,console = &usart0;
1818
zephyr,shell-uart = &usart0;
19+
zephyr,uart-pipe = &usart0;
1920
zephyr,sram = &sram0;
2021
zephyr,flash = &flash0;
2122
};

boards/silabs/dev_kits/sltb010a/thunderboard.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
zephyr,bt-c2h-uart = &usart1;
1212
zephyr,console = &usart1;
1313
zephyr,shell-uart = &usart1;
14+
zephyr,uart-pipe = &usart1;
1415
zephyr,sram = &sram0;
1516
zephyr,flash = &flash0;
1617
};

boards/silabs/dev_kits/xg24_dk2601b/xg24_dk2601b.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
chosen {
1818
zephyr,console = &usart0;
1919
zephyr,shell-uart = &usart0;
20+
zephyr,uart-pipe = &usart0;
2021
zephyr,sram = &sram0;
2122
zephyr,flash = &flash0;
2223
zephyr,code-partition = &slot0_partition;

boards/silabs/dev_kits/xg27_dk2602a/thunderboard.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
zephyr,bt-c2h-uart = &usart1;
1212
zephyr,console = &usart1;
1313
zephyr,shell-uart = &usart1;
14+
zephyr,uart-pipe = &usart1;
1415
zephyr,sram = &sram0;
1516
zephyr,flash = &flash0;
1617
};

boards/silabs/radio_boards/common/efr32-series1-common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
chosen {
1212
zephyr,console = &usart0;
1313
zephyr,shell-uart = &usart0;
14+
zephyr,uart-pipe = &usart0;
1415
zephyr,sram = &sram0;
1516
zephyr,flash = &flash0;
1617
zephyr,code-partition = &slot0_partition;

boards/silabs/radio_boards/slwrb4180a/slwrb4180a.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
chosen {
1717
zephyr,console = &usart0;
1818
zephyr,shell-uart = &usart0;
19+
zephyr,uart-pipe = &usart0;
1920
zephyr,sram = &sram0;
2021
zephyr,flash = &flash0;
2122
zephyr,code-partition = &slot0_partition;

boards/silabs/radio_boards/slwrb4321a/slwrb4321a.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
chosen {
1919
zephyr,console = &usart0;
2020
zephyr,shell-uart = &usart0;
21+
zephyr,uart-pipe = &usart0;
2122
zephyr,sram = &sram0;
2223
zephyr,flash = &flash0;
2324
};

boards/silabs/radio_boards/xg24_rb4187c/xg24_rb4187c.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
chosen {
1818
zephyr,console = &usart0;
1919
zephyr,shell-uart = &usart0;
20+
zephyr,uart-pipe = &usart0;
2021
zephyr,sram = &sram0;
2122
zephyr,flash = &flash0;
2223
zephyr,code-partition = &slot0_partition;

0 commit comments

Comments
 (0)