Merge "fix: static checks on spmc dts" into integration

This commit is contained in:
Mark Dykes 2024-04-17 20:12:44 +02:00 committed by TrustedFirmware Code Review
commit 46d53216e7

View file

@ -1,8 +1,9 @@
/*
* Copyright (c) 2020-2023, Arm Limited. All rights reserved.
* Copyright (c) 2020-2024, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/dts-v1/;
#define AFF 00
@ -65,6 +66,6 @@
memory@1 {
device_type = "ns-memory";
reg = <0x00008800 0x80000000 0x0 0x7f000000>,
<0x0 0x88000000 0x0 0x10000000>;
};
<0x0 0x88000000 0x0 0x10000000>;
};
};