blob: 78eabfe0a29ec994881c6f8508b6a173de3bc089 [file] [log] [blame]
/*
* Copyright (c) 2017, NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <nxp/nxp_lpc54xxx_m0.dtsi>
#include "lpcxpresso54114.dtsi"
/ {
model = "NXP LPCXPRESSO54114 board";
compatible = "nxp,lpc54xxx","nxp,lpc";
chosen {
zephyr,sram = &sram2;
zephyr,flash = &sram1;
/*zephyr,console = &flexcomm0; uncomment to use console on M0 */
/*zephyr,shell-uart = &flexcomm0; uncomment to use shell on M0 */
};
};
&cpu1 {
clock-frequency = <48000000>;
};
&mailbox0 {
status = "okay";
};