mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
ARM: dts: hix5hd2: add sata node
Signed-off-by: Jiancheng Xue <xuejiancheng@huawei.com> Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
This commit is contained in:
parent
d1a3a0d6ad
commit
a47f88efa1
2 changed files with 25 additions and 0 deletions
|
@ -79,3 +79,8 @@
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&ahci {
|
||||||
|
phys = <&sata_phy>;
|
||||||
|
phy-names = "sata-phy";
|
||||||
|
};
|
||||||
|
|
|
@ -215,5 +215,25 @@
|
||||||
interrupts = <0 67 4>;
|
interrupts = <0 67 4>;
|
||||||
clocks = <&clock HIX5HD2_USB_CLK>;
|
clocks = <&clock HIX5HD2_USB_CLK>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
peripheral_ctrl: syscon@a20000 {
|
||||||
|
compatible = "syscon";
|
||||||
|
reg = <0xa20000 0x1000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
sata_phy: phy@1900000 {
|
||||||
|
compatible = "hisilicon,hix5hd2-sata-phy";
|
||||||
|
reg = <0x1900000 0x10000>;
|
||||||
|
#phy-cells = <0>;
|
||||||
|
hisilicon,peripheral-syscon = <&peripheral_ctrl>;
|
||||||
|
hisilicon,power-reg = <0x8 10>;
|
||||||
|
};
|
||||||
|
|
||||||
|
ahci: sata@1900000 {
|
||||||
|
compatible = "hisilicon,hisi-ahci";
|
||||||
|
reg = <0x1900000 0x10000>;
|
||||||
|
interrupts = <0 70 4>;
|
||||||
|
clocks = <&clock HIX5HD2_SATA_CLK>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue