Skip to content

Commit e06ece0

Browse files
SavinayDharmappagalak
authored andcommitted
dts: frdmk_64f: Generate UART_PIPE config from device tree
patch adds zephyr,uart-pipe to devie tree as chosen property. This is added for frdmk64f because sanitycheck test was breaking with changes of generating configs for UART_PIPE from device tree instead of Kconfig. Signed-off-by: Savinay Dharmappa <[email protected]>
1 parent 0ecc65f commit e06ece0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dts/arm/frdm_k64f.dts

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
zephyr,sram = &sram0;
2626
zephyr,flash = &flash0;
2727
zephyr,console = &uart0;
28+
zephyr,uart-pipe = &uart0;
2829
};
2930
};
3031

0 commit comments

Comments
 (0)