armv8: dts: fsl-ls1088a: add sata node support
authorPeng Ma <peng.ma@nxp.com>
Mon, 22 Oct 2018 02:39:50 +0000 (10:39 +0800)
committerYork Sun <york.sun@nxp.com>
Thu, 6 Dec 2018 22:37:19 +0000 (14:37 -0800)
One ls1088a, there is one SATA 3.0 advanced host controller interface
which is a high-performance SATA solution that delivers comprehensive
and fully-compliant generation 3 (1.5 Gb/s - 6.0 Gb/s) serial ATA
capabilities, in accordance with the serial ATA revision 3.0 of Serial
ATA International Organization.
Add sata node to support this feature.

Signed-off-by: Peng Ma <peng.ma@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/arm/dts/fsl-ls1088a-qds.dts
arch/arm/dts/fsl-ls1088a-rdb.dts
arch/arm/dts/fsl-ls1088a.dtsi

index 36116f7..4ea451c 100644 (file)
                reg = <1>;
         };
 };
+
+&sata {
+       status = "okay";
+};
index 0be3f8d..f30bbb7 100644 (file)
@@ -37,3 +37,7 @@
                reg = <1>;
         };
 };
+
+&sata {
+       status = "okay";
+};
index 72d755a..9455e03 100644 (file)
                ranges = <0x81000000 0x0 0x00000000 0x30 0x00020000 0x0 0x00010000   /* downstream I/O */
                          0x82000000 0x0 0x40000000 0x30 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
        };
+
+       sata: sata@3200000 {
+               compatible = "fsl,ls1088a-ahci";
+               reg = <0x0 0x3200000 0x0 0x10000>;
+               interrupts = <0 133 4>;
+               status = "disabled";
+       };
+
 };