diff options
author | Peng Ma | 2019-10-23 11:07:13 +0000 |
---|---|---|
committer | Priyanka Jain | 2019-11-19 14:11:44 +0530 |
commit | 037e1084d970e704434c58a09cb507ff1e326705 (patch) | |
tree | d0ead3b69bb63c78af17b8f40c51127c240c63ba | |
parent | 5023917db2c3ad24f0a7f20aa461f7d2a35a62f1 (diff) |
powerpc: t4240: dts: Add Sata DT nodes
This patch is to add sata node for T4240 platform
Signed-off-by: Peng Ma <peng.ma@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
-rw-r--r-- | arch/powerpc/dts/t4240.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/dts/t4240.dtsi b/arch/powerpc/dts/t4240.dtsi index fc34974c7fe..3bda2fa7809 100644 --- a/arch/powerpc/dts/t4240.dtsi +++ b/arch/powerpc/dts/t4240.dtsi @@ -98,6 +98,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@ffe240000 { |