aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/dts
diff options
context:
space:
mode:
authorPeng Ma <peng.ma@nxp.com>2019-10-23 11:07:12 +0000
committerPriyanka Jain <priyanka.jain@nxp.com>2019-11-19 14:11:44 +0530
commit5023917db2c3ad24f0a7f20aa461f7d2a35a62f1 (patch)
treeb1a2a6bea0eaac70e7256a458c58858382221a41 /arch/powerpc/dts
parente68ed561bc7589b82e20437f95c9a458d0976e4c (diff)
downloadu-boot-5023917db2c3ad24f0a7f20aa461f7d2a35a62f1.zip
u-boot-5023917db2c3ad24f0a7f20aa461f7d2a35a62f1.tar.gz
u-boot-5023917db2c3ad24f0a7f20aa461f7d2a35a62f1.tar.bz2
powerpc: t104x: dts: Add Sata DT nodes
This patch is to add sata node for T104x platform Signed-off-by: Peng Ma <peng.ma@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'arch/powerpc/dts')
-rw-r--r--arch/powerpc/dts/t104x.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/dts/t104x.dtsi b/arch/powerpc/dts/t104x.dtsi
index 5998967..fe6cc3c 100644
--- a/arch/powerpc/dts/t104x.dtsi
+++ b/arch/powerpc/dts/t104x.dtsi
@@ -58,6 +58,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 {