Reorganize misplaced properties by moving board-common settings from
socfpga_agilex_socdk-u-boot.dtsi to socfpga_agilex-u-boot.dtsi to maintain
proper separation between common and board-level configurations.
Signed-off-by: Tingting Meng <tingting.meng@altera.com>
Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@altera.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
#include "socfpga_soc64_fit-u-boot.dtsi"
/{
+ aliases {
+ spi0 = &qspi;
+ i2c0 = &i2c1;
+ sysmgr = &sysmgr;
+ freeze_br0 = &freeze_controller;
+ };
+
memory {
#address-cells = <2>;
#size-cells = <2>;
soc {
bootph-all;
+ freeze_controller: freeze_controller@f9000450 {
+ compatible = "altr,freeze-bridge-controller";
+ reg = <0xf9000450 0x00000010>;
+ status = "disabled";
+ };
+
ccu: cache-controller@f7000000 {
compatible = "arteris,ncore-ccu";
reg = <0xf7000000 0x100900>;
&i2c1 {
reset-names = "i2c";
+ status = "okay";
};
&i2c2 {
&watchdog0 {
bootph-all;
};
+
+#if !defined(CONFIG_SOCFPGA_SECURE_VAB_AUTH)
+&binman {
+ /delete-node/ kernel;
+};
+#endif
u-boot,spl-boot-order = &mmc,&flash0,&nand;
};
- aliases {
- spi0 = &qspi;
- i2c0 = &i2c1;
- freeze_br0 = &freeze_controller;
- };
-
- soc {
- freeze_controller: freeze_controller@f9000450 {
- compatible = "altr,freeze-bridge-controller";
- reg = <0xf9000450 0x00000010>;
- status = "disabled";
- };
- };
-
memory {
/* 8GB */
reg = <0 0x00000000 0 0x80000000>,
/delete-property/ cdns,read-delay;
};
-&i2c1 {
- status = "okay";
-};
-
&nand {
status = "okay";
nand-bus-width = <16>;
&qspi {
status = "okay";
};
-
-&watchdog0 {
- bootph-all;
-};
-
-#if !defined(CONFIG_SOCFPGA_SECURE_VAB_AUTH)
-&binman {
- /delete-node/ kernel;
-};
-#endif