armv8: dts: fsl-ls1012a: add sata node support

One ls1012a, 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: Tang Yuantian <andy.tang@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: York Sun <york.sun@nxp.com>
lime2-spi
Yuantian Tang 6 years ago committed by York Sun
parent ed167eb1c7
commit 86bff2bb09
  1. 4
      arch/arm/dts/fsl-ls1012a-2g5rdb.dts
  2. 4
      arch/arm/dts/fsl-ls1012a-qds.dtsi
  3. 4
      arch/arm/dts/fsl-ls1012a-rdb.dtsi
  4. 8
      arch/arm/dts/fsl-ls1012a.dtsi

@ -40,3 +40,7 @@
&duart0 {
status = "okay";
};
&sata {
status = "okay";
};

@ -125,3 +125,7 @@
status = "okay";
phy_type = "ulpi";
};
&sata {
status = "okay";
};

@ -34,3 +34,7 @@
&duart0 {
status = "okay";
};
&sata {
status = "okay";
};

@ -134,6 +134,14 @@
0x82000000 0x0 0x40000000 0x40 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
};
sata: sata@3200000 {
compatible = "fsl,ls1012a-ahci";
reg = <0x0 0x3200000 0x0 0x10000>;
interrupts = <0 69 4>;
clocks = <&clockgen 4 0>;
status = "disabled";
};
usb0: usb2@8600000 {
compatible = "fsl-usb2-dr-v2.5", "fsl-usb2-dr";
reg = <0x0 0x8600000 0x0 0x1000>;

Loading…
Cancel
Save