projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e71499a
)
powerpc: p5040: dts: Add Sata DT nodes
author
Peng Ma
<peng.ma@nxp.com>
Wed, 23 Oct 2019 11:07:10 +0000
(11:07 +0000)
committer
Priyanka Jain
<priyanka.jain@nxp.com>
Tue, 19 Nov 2019 08:41:44 +0000
(14:11 +0530)
This patch is to add sata node for P5040 platform
Signed-off-by: Peng Ma <peng.ma@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
arch/powerpc/dts/p5040.dtsi
patch
|
blob
|
history
diff --git
a/arch/powerpc/dts/p5040.dtsi
b/arch/powerpc/dts/p5040.dtsi
index 8ab123dca42861281b3054109a13392c9c2c2808..7b8218acc3fe741811c6ec367b09cd5960660025 100644
(file)
--- a/
arch/powerpc/dts/p5040.dtsi
+++ b/
arch/powerpc/dts/p5040.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@ffe200000 {