Hi Sascha, On Mon, 2023-04-03 at 09:11 +0200, Sascha Hauer wrote: > On Thu, Mar 30, 2023 at 06:11:01PM +0200, Rouven Czerwinski wrote: > > From: Rouven Czerwinski <rouven@xxxxxxxxxxxxxx> > > > > Working: > > - RKBIN DDR training (rk3566_ddr_1056MHz_v1.13.bin) > > - RKBIN TF-A (v1.34) from RKBIN > > - Environment storage > > - DHCP, ping and link detection > > > > Signed-off-by: Rouven Czerwinski <rouven@xxxxxxxxxxxxxx> > > --- > > v2: > > - rebase on next and adjust to RK356x changes > > - update rockchip boards documentation > > > > + memory@a00000 { > > + device_type = "memory"; > > + reg = <0x0 0x00a00000 0x0 0x7f600000>; > > + }; > > Now that we have a driver reading back the memory settings from the > controller this shouldn't be needed anymore. I dropped the memory node > while applying, please check if it works. It does, thanks! Best regards, Rouven Czerwinski