u-boot/arch/arm/dts/socfpga-common-u-boot.dtsi
Brian Sune e291277689 sync socfpga common u-boot dts
The dtsi for socfpga common should
turn on L2 and memory and no reason not
to do so

Signed-off-by: Brian Sune <briansune@gmail.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
2025-12-01 14:02:01 +08:00

36 lines
292 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/*
* U-Boot additions
*
* Copyright (c) 2019 Simon Goldschmidt
*/
/{
memory {
bootph-all;
};
soc {
bootph-all;
};
};
&clkmgr {
bootph-all;
};
&L2 {
bootph-all;
};
&rst {
bootph-all;
};
&sdr {
bootph-all;
};
&sysmgr {
bootph-all;
};