ARM: dts: rmobile: Add soc label to Gen3
[oweals/u-boot.git] / arch / arm / dts / keystone-k2g.dtsi
index 191e3f167a609c61e23a02d35430c8fcd0d5b42c..bbbb9874c87b359a29d3e64ee1d4fba51435bdd0 100644 (file)
@@ -9,7 +9,6 @@
  */
 
 #include <dt-bindings/interrupt-controller/arm-gic.h>
-#include "skeleton.dtsi"
 
 / {
        model = "Texas Instruments K2G SoC";
@@ -17,6 +16,8 @@
        #size-cells = <1>;
        interrupt-parent = <&gic>;
 
+       chosen { };
+
        aliases {
                serial0 = &uart0;
                spi0 = &spi0;
                i2c2 = &i2c2;
        };
 
-       memory {
-               device_type = "memory";
-               reg = <0x80000000 0x80000000>;
-       };
-
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
                };
 
                qspi: qspi@2940000 {
-                       compatible =  "cadence,qspi";
+                       compatible =  "cdns,qspi-nor";
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <0x02940000 0x1000>,
                              <0x24000000 0x4000000>;
                        interrupts = <GIC_SPI 198 IRQ_TYPE_EDGE_RISING>;
                        num-cs = <4>;
-                       fifo-depth = <256>;
-                       sram-size = <256>;
+                       cdns,fifo-depth = <256>;
+                       cdns,fifo-width = <4>;
+                       cdns,trigger-address = <0x24000000>;
                        status = "disabled";
                };