diff options
author | Peng Ma | 2019-03-27 09:23:28 +0000 |
---|---|---|
committer | Prabhakar Kushwaha | 2019-05-23 19:53:09 +0530 |
commit | b8f653f5744b22f04510eff1cbb47abf281c2671 (patch) | |
tree | 01489f83fdd272313444dfce0f816f2d1662b449 /arch | |
parent | 1ee494291880fd51ef0c5f7342e072bdb069d7ff (diff) |
arch: powerpc: add sata node for t2080 dts
Signed-off-by: Peng Ma <peng.ma@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/dts/t2080.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/powerpc/dts/t2080.dtsi b/arch/powerpc/dts/t2080.dtsi index 666601ed497..d2bebb08b6c 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@220000 { + compatible = "fsl,pq-sata-v2"; + reg = <0x220000 0x1000>; + interrupts = <68 0x2 0 0>; + sata-number = <0x0>; + sata-fpdma = <0x0>; + }; + + sata1: sata@221000 { + compatible = "fsl,pq-sata-v2"; + reg = <0x221000 0x1000>; + interrupts = <69 0x2 0 0>; + sata-number = <0x0>; + sata-fpdma = <0x0>; + }; }; }; |