/* * Copyright 2021 NXP * * SPDX-License-Identifier: Apache-2.0 */ /dts-v1/; #include / { model = "NXP ls1046a RDB"; compatible = "nxp,ls1046ardb"; chosen { zephyr,console = &uart1; zephyr,shell-uart = &uart1; zephyr,sram = &sram0; }; }; &uart1 { status = "okay"; current-speed = <115200>; };