mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
Merge "feat(tc): add uart node in spmc manifest" into integration
This commit is contained in:
commit
22344092f4
1 changed files with 5 additions and 0 deletions
|
@ -112,4 +112,9 @@
|
|||
device_type = "device-memory";
|
||||
reg = <0x0 0x25000000 0x0 0x10000>; /* For cactus tertiary dummy device. */
|
||||
};
|
||||
|
||||
s_uart {
|
||||
device_type = "device-memory";
|
||||
reg = <0x0 PLAT_ARM_BOOT_UART_BASE 0x0 0x01000>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue