mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
arch: powerpc: Rewrite the sata node to fit the driver
The sata of our powerpc platforms are updated. These changes is to fit the driver probe. Signed-off-by: Peng Ma <peng.ma@nxp.com> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
a54c216bdf
commit
ce92b89c40
1 changed files with 4 additions and 11 deletions
|
@ -88,20 +88,13 @@
|
||||||
phy_type = "utmi";
|
phy_type = "utmi";
|
||||||
};
|
};
|
||||||
|
|
||||||
sata0: sata@220000 {
|
sata: sata@220000 {
|
||||||
compatible = "fsl,pq-sata-v2";
|
compatible = "fsl,pq-sata-v2";
|
||||||
reg = <0x220000 0x1000>;
|
reg = <0x220000 0x1000>;
|
||||||
interrupts = <68 0x2 0 0>;
|
interrupts = <68 0x2 0 0>;
|
||||||
sata-number = <0x0>;
|
sata-offset = <0x1000>;
|
||||||
sata-fpdma = <0x0>;
|
sata-number = <2>;
|
||||||
};
|
sata-fpdma = <0>;
|
||||||
|
|
||||||
sata1: sata@221000 {
|
|
||||||
compatible = "fsl,pq-sata-v2";
|
|
||||||
reg = <0x221000 0x1000>;
|
|
||||||
interrupts = <69 0x2 0 0>;
|
|
||||||
sata-number = <0x0>;
|
|
||||||
sata-fpdma = <0x0>;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue