diff mbox series

[U-Boot,v2,5/6] powerpc: t104x: dts: Add Sata DT nodes

Message ID 20191023110713.41851-5-peng.ma@nxp.com
State Accepted
Commit 5023917db2c3ad24f0a7f20aa461f7d2a35a62f1
Delegated to: Priyanka Jain
Headers show
Series [U-Boot,v2,1/6] powerpc: p2041: dts: Add Sata DT nodes | expand

Commit Message

Peng Ma Oct. 23, 2019, 11:07 a.m. UTC
This patch is to add sata node for T104x platform

Signed-off-by: Peng Ma <peng.ma@nxp.com>
---
Changed for v2:
	- Change "Added" to "Add"

 arch/powerpc/dts/t104x.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

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 {