mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
Merge "fix: static checks on spmc dts" into integration
This commit is contained in:
commit
46d53216e7
1 changed files with 4 additions and 3 deletions
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue