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