Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

Check our new training course
with Creative Commons CC-BY-SA
lecture and lab materials

Bootlin logo

Elixir Cross Referencer

/*
 * 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";
};