]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-j721e-r5-common-proc-board: Add ospi1 flash node
authorKeerthy <j-keerthy@ti.com>
Wed, 4 Mar 2020 04:40:01 +0000 (10:10 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Fri, 6 Mar 2020 07:23:00 +0000 (12:53 +0530)
Add ospi1 flash node required for QSPI boot.

Signed-off-by: Keerthy <j-keerthy@ti.com>
arch/arm/dts/k3-j721e-r5-common-proc-board.dts

index 44da8eabc2322fb8da62987c97c04fa3e088ea3e..84bfb1025ed1fe36c5d486d76c15fed8f8bcbe9a 100644 (file)
        };
 };
 
+&ospi1 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&mcu_fss0_ospi1_pins_default>;
+       u-boot,dm-spl;
+
+       reg = <0x0 0x47050000 0x0 0x100>,
+             <0x0 0x58000000 0x0 0x8000000>;
+
+       flash@0{
+               compatible = "jedec,spi-nor";
+               reg = <0x0>;
+               spi-tx-bus-width = <1>;
+               spi-rx-bus-width = <4>;
+               spi-max-frequency = <40000000>;
+               cdns,tshsl-ns = <60>;
+               cdns,tsd2d-ns = <60>;
+               cdns,tchsh-ns = <60>;
+               cdns,tslch-ns = <60>;
+               cdns,read-delay = <2>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               u-boot,dm-spl;
+       };
+};
+
 #include "k3-j721e-common-proc-board-u-boot.dtsi"