[U-Boot] [PATCH 2/4] ppc: t2080qds: add sata node
Peng Ma
peng.ma at nxp.com
Wed Mar 27 09:23:28 UTC 2019
This patch is to add sata node for t2080qds
Signed-off-by: Peng Ma <peng.ma at nxp.com>
---
depends on:
- https://patchwork.ozlabs.org/project/uboot/list/?series=99168
- https://patchwork.ozlabs.org/project/uboot/list/?series=99167
arch/powerpc/dts/t2080.dtsi | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/arch/powerpc/dts/t2080.dtsi b/arch/powerpc/dts/t2080.dtsi
index 666601ed49..d2bebb08b6 100644
--- a/arch/powerpc/dts/t2080.dtsi
+++ b/arch/powerpc/dts/t2080.dtsi
@@ -87,5 +87,21 @@
dr_mode = "host";
phy_type = "utmi";
};
+
+ sata0: sata at 220000 {
+ compatible = "fsl,pq-sata-v2";
+ reg = <0x220000 0x1000>;
+ interrupts = <68 0x2 0 0>;
+ sata-number = <0x0>;
+ sata-fpdma = <0x0>;
+ };
+
+ sata1: sata at 221000 {
+ compatible = "fsl,pq-sata-v2";
+ reg = <0x221000 0x1000>;
+ interrupts = <69 0x2 0 0>;
+ sata-number = <0x0>;
+ sata-fpdma = <0x0>;
+ };
};
};
--
2.17.1
More information about the U-Boot
mailing list