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 <savinay.dharmappa@intel.com>
This commit is contained in:
parent
0ecc65fda9
commit
e06ece049b
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
zephyr,sram = &sram0;
|
||||
zephyr,flash = &flash0;
|
||||
zephyr,console = &uart0;
|
||||
zephyr,uart-pipe = &uart0;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue