/* * Copyright 2024 Arm Limited and/or its affiliates * * SPDX-License-Identifier: Apache-2.0 */ /dts-v1/; #include #include #include #include "mps2_base.dtsi" /* FVP does not support uart3 and uart4 */ /* hence we delete them for AN383 in FVP */ /delete-node/ &uart3; /delete-node/ &uart4; / { cpus { #address-cells = <1>; #size-cells = <0>; cpu@0 { device_type = "cpu"; compatible = "arm,cortex-m0+"; reg = <0>; }; }; };