summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Ma <peng.ma@nxp.com>2019-10-23 14:07:11 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2019-11-19 11:41:44 +0300
commite68ed561bc7589b82e20437f95c9a458d0976e4c (patch)
treeb5123c699daab996006f8a5196a96a19fe44c716
parent5799a38ae3f5cbbbc1f3b80eef8643737fe6e21f (diff)
downloadu-boot-e68ed561bc7589b82e20437f95c9a458d0976e4c.tar.xz
powerpc: t102x: dts: Add Sata DT nodes
This patch is to add sata node for T102x platform Signed-off-by: Peng Ma <peng.ma@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
-rw-r--r--arch/powerpc/dts/t102x.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/dts/t102x.dtsi b/arch/powerpc/dts/t102x.dtsi
index c49fd21088..7d3f7c53ab 100644
--- a/arch/powerpc/dts/t102x.dtsi
+++ b/arch/powerpc/dts/t102x.dtsi
@@ -48,6 +48,15 @@
device_type = "open-pic";
clock-frequency = <0x0>;
};
+
+ sata: sata@220000 {
+ compatible = "fsl,pq-sata-v2";
+ reg = <0x220000 0x1000>;
+ interrupts = <68 0x2 0 0>;
+ sata-offset = <0x1000>;
+ sata-number = <2>;
+ sata-fpdma = <0>;
+ };
};
pcie@ffe240000 {