2018-05-16 02:47:24 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2018 Linaro Limited
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <arm/armv7-m.dtsi>
|
|
|
|
#include <nxp/nxp_lpc54xxx.dtsi>
|
|
|
|
|
|
|
|
/ {
|
|
|
|
cpus {
|
|
|
|
cpu@0 {
|
|
|
|
compatible = "arm,cortex-m4f";
|
|
|
|
};
|
|
|
|
|
|
|
|
/delete-node/ cpu@1;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&nvic {
|
|
|
|
arm,num-irq-priority-bits = <3>;
|
|
|
|
};
|
2022-08-19 02:13:54 +08:00
|
|
|
|
|
|
|
&iap {
|
|
|
|
status = "okay";
|
|
|
|
};
|