summaryrefslogtreecommitdiff
path: root/arch/arm/dts/fsl-ls2080a.dtsi
diff options
context:
space:
mode:
authorPeng Ma <peng.ma@nxp.com>2018-10-22 10:43:21 +0800
committerYork Sun <york.sun@nxp.com>2018-12-06 14:37:19 -0800
commit8ec42856f182726cf90867c43d0a1993928775bc (patch)
tree1af481ebee8866bf33780803966a6d4901d4baa3 /arch/arm/dts/fsl-ls2080a.dtsi
parent1039d1ac63d540398c5ebb681864dd6e04f86e7b (diff)
armv8: dts: fsl-ls2080a: add sata node support
One ls2080a, 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>
Diffstat (limited to 'arch/arm/dts/fsl-ls2080a.dtsi')
-rw-r--r--arch/arm/dts/fsl-ls2080a.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls2080a.dtsi b/arch/arm/dts/fsl-ls2080a.dtsi
index 2d537ae606..5c0769bc99 100644
--- a/arch/arm/dts/fsl-ls2080a.dtsi
+++ b/arch/arm/dts/fsl-ls2080a.dtsi
@@ -156,4 +156,12 @@
ranges = <0x81000000 0x0 0x00000000 0x16 0x00020000 0x0 0x00010000 /* downstream I/O */
0x82000000 0x0 0x40000000 0x16 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
};
+
+ sata: sata@3200000 {
+ compatible = "fsl,ls2080a-ahci";
+ reg = <0x0 0x3200000 0x0 0x10000>;
+ interrupts = <0 133 0x4>; /* Level high type */
+ status = "disabled";
+ };
+
};