diff options
author | Peng Ma | 2019-10-23 11:07:10 +0000 |
---|---|---|
committer | Priyanka Jain | 2019-11-19 14:11:44 +0530 |
commit | 5799a38ae3f5cbbbc1f3b80eef8643737fe6e21f (patch) | |
tree | 4d5a3c47b6794ef6f8168dd1c7cc21efeb38f552 /arch/powerpc/dts/p5040.dtsi | |
parent | e71499aada37e742c1af3a6a276be804268f5fd3 (diff) |
powerpc: p5040: dts: Add Sata DT nodes
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>
Diffstat (limited to 'arch/powerpc/dts/p5040.dtsi')
-rw-r--r-- | arch/powerpc/dts/p5040.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/dts/p5040.dtsi b/arch/powerpc/dts/p5040.dtsi index 8ab123dca42..7b8218acc3f 100644 --- 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 { |