mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-12 14:16:03 +00:00
Remove memory node from skeleton dtsi and add device_type property in every memory node in soc dtsi files Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
13 lines
247 B
Plaintext
13 lines
247 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 = <1>;
|
|
#size-cells = <1>;
|
|
chosen { };
|
|
aliases { };
|
|
};
|