All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [v2 1/6] powerpc: p2041: dts: Add Sata DT nodes
@ 2019-10-23 11:07 Peng Ma
  2019-10-23 11:07 ` [U-Boot] [v2 2/6] powerpc: p3041: " Peng Ma
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Peng Ma @ 2019-10-23 11:07 UTC (permalink / raw)
  To: u-boot

This patch is to add sata node for P2041 platform

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

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

diff --git a/arch/powerpc/dts/p2041.dtsi b/arch/powerpc/dts/p2041.dtsi
index 55f7adc..239439d 100644
--- a/arch/powerpc/dts/p2041.dtsi
+++ b/arch/powerpc/dts/p2041.dtsi
@@ -59,6 +59,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 ffe200000 {
-- 
2.9.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-11-20  5:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-23 11:07 [U-Boot] [v2 1/6] powerpc: p2041: dts: Add Sata DT nodes Peng Ma
2019-10-23 11:07 ` [U-Boot] [v2 2/6] powerpc: p3041: " Peng Ma
2019-10-23 11:07 ` [U-Boot] [v2 3/6] powerpc: p5040: " Peng Ma
2019-10-23 11:07 ` [U-Boot] [v2 4/6] powerpc: t102x: " Peng Ma
2019-10-23 11:07 ` [U-Boot] [v2 5/6] powerpc: t104x: " Peng Ma
2019-10-23 11:07 ` [U-Boot] [v2 6/6] powerpc: t4240: " Peng Ma
2019-11-20  5:51 ` [U-Boot] [v2 1/6] powerpc: p2041: " Priyanka Jain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.