31 lines
513 B
Plaintext
31 lines
513 B
Plaintext
/*
|
|
* 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 = &usart0; uncomment to use console on M0 */
|
|
/*zephyr,shell-uart = &usart0; uncomment to use shell on M0 */
|
|
};
|
|
};
|
|
|
|
&cpu1 {
|
|
clock-frequency = <48000000>;
|
|
};
|
|
|
|
&mailbox0 {
|
|
status = "okay";
|
|
};
|