1/*
2 * Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/dts-v1/;
8
9#include <arm/armv7-m.dtsi>
10#include <zephyr/dt-bindings/i2c/i2c.h>
11#include <zephyr/dt-bindings/input/input-event-codes.h>
12#include "mps2_base.dtsi"
13
14/* FVP does not support uart3 and uart4  */
15/* hence we delete them for AN386 in FVP */
16/delete-node/ &uart3;
17/delete-node/ &uart4;
18
19/ {
20	cpus {
21		#address-cells = <1>;
22		#size-cells = <0>;
23
24		cpu@0 {
25			compatible = "arm,cortex-m4f";
26			reg = <0>;
27		};
28	};
29};
30