summaryrefslogtreecommitdiff
path: root/arch/arm/dts/ls1021a.dtsi
diff options
context:
space:
mode:
authorPeng Ma <peng.ma@nxp.com>2018-08-01 14:15:41 +0800
committerYork Sun <york.sun@nxp.com>2018-09-27 08:53:13 -0700
commit9ed5ec9b53622fd4866ee606348044a26bf2a9bf (patch)
treec6311d042a3f6e7ae5b6e9b07dd83630909c85c5 /arch/arm/dts/ls1021a.dtsi
parent686203737e5370cb24cdda383fba6e6c5233159e (diff)
armv7: dts: fsl-ls1021a: add sata node support enable sata for ls1021a-qds and ls1021a-twr
Add sata node to support this feature. Signed-off-by: Peng Ma <peng.ma@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/dts/ls1021a.dtsi')
-rw-r--r--arch/arm/dts/ls1021a.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/ls1021a.dtsi b/arch/arm/dts/ls1021a.dtsi
index 59c97d5080..7670a39617 100644
--- a/arch/arm/dts/ls1021a.dtsi
+++ b/arch/arm/dts/ls1021a.dtsi
@@ -403,5 +403,12 @@
ranges = <0x81000000 0x0 0x00000000 0x34020000 0x0 0x00010000 /* downstream I/O */
0x82000000 0x0 0x38000000 0x38000000 0x0 0x08000000>; /* non-prefetchable memory */
};
+
+ sata: sata@3200000 {
+ compatible = "fsl,ls1021a-ahci";
+ reg = <0x3200000 0x10000>;
+ interrupts = <0 101 4>;
+ status = "disabled";
+ };
};
};