Merge "feat(tc): add uart node in spmc manifest" into integration

This commit is contained in:
Manish V Badarkhe 2024-07-03 13:28:29 +02:00 committed by TrustedFirmware Code Review
commit 22344092f4

View file

@ -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>;
};
};