mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
Merge "feat(spm): change UART0-1 to NS device region" into integration
This commit is contained in:
commit
97a689bbc1
1 changed files with 6 additions and 1 deletions
|
@ -99,12 +99,17 @@
|
|||
|
||||
memory@2 {
|
||||
device_type = "device-memory";
|
||||
reg = <0x0 0x1c090000 0x0 0x40000>, /* UART */
|
||||
reg = <0x0 0x1c0b0000 0x0 0x20000>, /* UART 2-3 */
|
||||
<0x0 0x2bfe0000 0x0 0x20000>, /* SMMUv3TestEngine */
|
||||
<0x0 0x2a490000 0x0 0x20000>, /* SP805 Trusted Watchdog */
|
||||
<0x0 0x1c130000 0x0 0x10000>; /* Virtio block device */
|
||||
};
|
||||
|
||||
memory@3 {
|
||||
device_type = "ns-device-memory";
|
||||
reg = <0x0 0x1c090000 0x0 0x20000>; /* UART 0-1 */
|
||||
};
|
||||
|
||||
|
||||
#if MEASURED_BOOT
|
||||
#include "event_log.dtsi"
|
||||
|
|
Loading…
Add table
Reference in a new issue