]> Git Repo - J-u-boot.git/blobdiff - arch/arm/dts/socfpga_stratix10.dtsi
Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
[J-u-boot.git] / arch / arm / dts / socfpga_stratix10.dtsi
old mode 100644 (file)
new mode 100755 (executable)
index ee93725..cb799bc
@@ -82,7 +82,7 @@
                ranges = <0 0 0 0xffffffff>;
                u-boot,dm-pre-reloc;
 
-               clkmgr@ffd1000 {
+               clkmgr: clkmgr@ffd10000 {
                        compatible = "altr,clk-mgr";
                        reg = <0xffd10000 0x1000>;
                };
                        reg = <0xffe00000 0x100000>;
                };
 
+               qspi: spi@ff8d2000 {
+                       compatible = "cdns,qspi-nor";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       reg = <0xff8d2000 0x100>,
+                             <0xff900000 0x100000>;
+                       interrupts = <0 3 4>;
+                       cdns,fifo-depth = <128>;
+                       cdns,fifo-width = <4>;
+                       cdns,trigger-address = <0x00000000>;
+                       status = "disabled";
+               };
+
                rst: rstmgr@ffd11000 {
                        #reset-cells = <1>;
                        compatible = "altr,rst-mgr";
                        u-boot,dm-pre-reloc;
                };
 
+               sdr: sdr@f8000400 {
+                        compatible = "altr,sdr-ctl-s10";
+                        reg = <0xf8000400 0x80>,
+                              <0xf8010000 0x190>,
+                              <0xf8011000 0x500>;
+                        resets = <&rst DDRSCH_RESET>;
+                        u-boot,dm-pre-reloc;
+                };
+
                spi0: spi@ffda4000 {
                        compatible = "snps,dw-apb-ssi";
                        #address-cells = <1>;
                        reg = <0xffd00200 0x100>;
                        interrupts = <0 117 4>;
                        resets = <&rst WATCHDOG0_RESET>;
-                       u-boot,dm-pre-reloc;
                        status = "disabled";
                };
 
This page took 0.029844 seconds and 4 git commands to generate.