Skip to content

Commit

Permalink
riscv: dts: hifive-premier-p550: Remove memory nodes
Browse files Browse the repository at this point in the history
Memory size will be passed through kernel command line based on
the RAM detected by U-Boot

Signed-off-by: Pritesh Patel <[email protected]>
  • Loading branch information
Pritesh201192 authored and PinkeshVaghelaEinfochips committed Aug 29, 2024
1 parent 43f02ba commit 5d4ebc3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions arch/riscv/boot/dts/eswin/eic7700-hifive-premier-p550.dts
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,6 @@
timebase-frequency = <RTCCLK_FREQ>;
};

memory@59000000 {
device_type = "memory";
reg = <0x0 0x59000000 0x0 0x400000>;
numa-node-id = <0>;
};

memory@80000000 {
device_type = "memory";
reg = <0x0 0x80000000 MEMORY_SIZE_H MEMORY_SIZE_L>;
numa-node-id = <0>;
};

reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
Expand Down

0 comments on commit 5d4ebc3

Please sign in to comment.