diff options
author | Peng Ma | 2019-10-23 11:07:08 +0000 |
---|---|---|
committer | Priyanka Jain | 2019-11-19 14:11:44 +0530 |
commit | 48d8910378d79feb7321b66ba8f9bdf1d449250f (patch) | |
tree | f426182001c1e8b6fb33234393bb6fa8768d8e08 /arch/powerpc/dts | |
parent | 6b9d8a70afd0a9a0737391af21415613ee810fdc (diff) |
powerpc: p2041: dts: Add Sata DT nodes
This patch is to add sata node for P2041 platform
Signed-off-by: Peng Ma <peng.ma@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'arch/powerpc/dts')
-rw-r--r-- | arch/powerpc/dts/p2041.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/dts/p2041.dtsi b/arch/powerpc/dts/p2041.dtsi index 55f7adc50ef..239439dd4dd 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@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 { |