mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
arm64: dts: renesas: rzt2h-n2h-evk-common: Add memory nodes
Add memory nodes for the RZ/T2H and RZ/N2H EVK boards. These boards populate 8GiB of DDR memory, which is exposed through two address ranges. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20260622170733.1703585-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
92b4465b22
commit
7589467672
|
|
@ -29,6 +29,17 @@ chosen {
|
|||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
|
||||
memory@c8000000 {
|
||||
device_type = "memory";
|
||||
/* first 128MiB is reserved for secure area. */
|
||||
reg = <0x0 0xc8000000 0x0 0x38000000>;
|
||||
};
|
||||
|
||||
memory@240000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x2 0x40000000 0x1 0xc0000000>;
|
||||
};
|
||||
|
||||
reg_1p8v: regulator-1p8v {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "fixed-1.8V";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user