aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/device-tree/src/arm64/intel/socfpga_agilex_socdk.dts
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/device-tree/src/arm64/intel/socfpga_agilex_socdk.dts')
-rw-r--r--sys/contrib/device-tree/src/arm64/intel/socfpga_agilex_socdk.dts14
1 files changed, 6 insertions, 8 deletions
diff --git a/sys/contrib/device-tree/src/arm64/intel/socfpga_agilex_socdk.dts b/sys/contrib/device-tree/src/arm64/intel/socfpga_agilex_socdk.dts
index 07c3f8876613..ad99aefeb185 100644
--- a/sys/contrib/device-tree/src/arm64/intel/socfpga_agilex_socdk.dts
+++ b/sys/contrib/device-tree/src/arm64/intel/socfpga_agilex_socdk.dts
@@ -37,10 +37,10 @@
};
};
- memory {
+ memory@80000000 {
device_type = "memory";
/* We expect the bootloader to fill in the reg */
- reg = <0 0 0 0>;
+ reg = <0 0x80000000 0 0>;
};
};
@@ -113,8 +113,6 @@
spi-max-frequency = <100000000>;
m25p,fast-read;
- cdns,page-size = <256>;
- cdns,block-size = <16>;
cdns,read-delay = <2>;
cdns,tshsl-ns = <50>;
cdns,tsd2d-ns = <50>;
@@ -128,12 +126,12 @@
qspi_boot: partition@0 {
label = "Boot and fpga data";
- reg = <0x0 0x03FE0000>;
+ reg = <0x0 0x04200000>;
};
- qspi_rootfs: partition@3FE0000 {
- label = "Root Filesystem - JFFS2";
- reg = <0x03FE0000 0x0C020000>;
+ root: partition@4200000 {
+ label = "Root Filesystem - UBIFS";
+ reg = <0x04200000 0x0BE00000>;
};
};
};