1/* 2 * Copyright (c) 2017, NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/dts-v1/; 8 9#include <nxp/nxp_lpc54xxx_m0.dtsi> 10#include "lpcxpresso54114.dtsi" 11 12/ { 13 model = "NXP LPCXPRESSO54114 board"; 14 compatible = "nxp,lpc54xxx","nxp,lpc"; 15 16 chosen { 17 zephyr,sram = &sram2; 18 zephyr,flash = &sram1; 19 zephyr,code-cpu1-partition = &slot1_partition; 20 /*zephyr,console = &flexcomm0; uncomment to use console on M0 */ 21 /*zephyr,shell-uart = &flexcomm0; uncomment to use shell on M0 */ 22 }; 23}; 24 25&cpu1 { 26 clock-frequency = <48000000>; 27}; 28 29&mailbox0 { 30 status = "okay"; 31}; 32