mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-24 09:22:52 +07:00
90556ca1eb
This patch adds the DTS files for the ARMv8 RTSM and Foundation models. Signed-off-by: Pawel Moll <Pawel.Moll@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
14 lines
299 B
Plaintext
14 lines
299 B
Plaintext
/*
|
|
* Skeleton device tree; the bare minimum needed to boot; just include and
|
|
* add a compatible value. The bootloader will typically populate the memory
|
|
* node.
|
|
*/
|
|
|
|
/ {
|
|
#address-cells = <2>;
|
|
#size-cells = <1>;
|
|
chosen { };
|
|
aliases { };
|
|
memory { device_type = "memory"; reg = <0 0 0>; };
|
|
};
|