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>
This commit is contained in:
Peng Ma 2019-03-27 09:23:28 +00:00 committed by Prabhakar Kushwaha
parent 1ee4942918
commit b8f653f574

View File

@ -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>;
};
};
};