mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 16:42:39 +00:00
Add soc configuration support and dts files for nxp_lpc54xxx_m0. Adjusted nxp_lpc54xxx soc, configuration and dts files for the presence of slave core. Origin: Original Signed-off-by: Stanislav Poboril <stanislav.poboril@nxp.com> Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
23 lines
277 B
Plaintext
23 lines
277 B
Plaintext
/*
|
|
* Copyright (c) 2017, NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <arm/armv6-m.dtsi>
|
|
#include <nxp/nxp_lpc54xxx.dtsi>
|
|
|
|
/ {
|
|
cpus {
|
|
/delete-node/ cpu@0;
|
|
|
|
cpu@1 {
|
|
compatible = "arm,cortex-m0+";
|
|
};
|
|
};
|
|
};
|
|
|
|
&nvic {
|
|
arm,num-irq-priority-bits = <2>;
|
|
};
|