[U-Boot] [v2 6/6] powerpc: t4240: dts: Add Sata DT nodes

Peng Ma peng.ma at nxp.com
Wed Oct 23 11:07:13 UTC 2019


This patch is to add sata node for T4240 platform

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

 arch/powerpc/dts/t4240.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/powerpc/dts/t4240.dtsi b/arch/powerpc/dts/t4240.dtsi
index fc34974..3bda2fa 100644
--- a/arch/powerpc/dts/t4240.dtsi
+++ b/arch/powerpc/dts/t4240.dtsi
@@ -98,6 +98,15 @@
 			device_type = "open-pic";
 			clock-frequency = <0x0>;
 		};
+
+		sata: sata at 220000 {
+			compatible = "fsl,pq-sata-v2";
+			reg = <0x220000 0x1000>;
+			interrupts = <68 0x2 0 0>;
+			sata-offset = <0x1000>;
+			sata-number = <2>;
+			sata-fpdma = <0>;
+		};
 	};
 
 	pcie at ffe240000 {
-- 
2.9.5



More information about the U-Boot mailing list