2025-01-09 13:51:20 +00:00
|
|
|
/*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*
|
|
|
|
* Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
|
|
|
|
*/
|
2019-04-06 09:08:09 -04:00
|
|
|
|
2017-05-08 17:13:53 +01:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include <arm/armv7-m.dtsi>
|
2022-05-06 10:56:39 +02:00
|
|
|
#include <zephyr/dt-bindings/i2c/i2c.h>
|
2023-08-03 10:52:22 +00:00
|
|
|
#include <zephyr/dt-bindings/input/input-event-codes.h>
|
2025-01-09 13:51:20 +00:00
|
|
|
#include "mps2_base.dtsi"
|
2017-05-08 17:13:53 +01:00
|
|
|
|
|
|
|
/ {
|
|
|
|
cpus {
|
2018-09-18 14:51:26 -05:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
2017-05-08 17:13:53 +01:00
|
|
|
cpu@0 {
|
|
|
|
compatible = "arm,cortex-m3";
|
2018-09-18 07:50:37 -05:00
|
|
|
reg = <0>;
|
2017-05-08 17:13:53 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|