mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
arch: powerpc: add usb nodes to T104x dts
Signed-off-by: Ran Wang <ran.wang_1@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
0b9bedfbcd
commit
13c4ae0757
1 changed files with 12 additions and 0 deletions
|
@ -59,6 +59,18 @@
|
||||||
clock-frequency = <0x0>;
|
clock-frequency = <0x0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
usb0@210000 {
|
||||||
|
compatible = "fsl-usb2-mph";
|
||||||
|
reg = <0x210000 0x1000>;
|
||||||
|
phy_type = "utmi";
|
||||||
|
};
|
||||||
|
|
||||||
|
usb1@211000 {
|
||||||
|
compatible = "fsl-usb2-dr";
|
||||||
|
reg = <0x211000 0x1000>;
|
||||||
|
phy_type = "utmi";
|
||||||
|
};
|
||||||
|
|
||||||
sata: sata@220000 {
|
sata: sata@220000 {
|
||||||
compatible = "fsl,pq-sata-v2";
|
compatible = "fsl,pq-sata-v2";
|
||||||
reg = <0x220000 0x1000>;
|
reg = <0x220000 0x1000>;
|
||||||
|
|
Loading…
Reference in a new issue