mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
arm64: dts: qcom: sa8775p: add a node for the second serdes PHY
Add a node for the SerDes PHY used by EMAC1 on sa8775p-ride. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Reviewed-by: Andrew Halaney <ahalaney@redhat.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Tested-by: Andrew Halaney <ahalaney@redhat.com> Link: https://lore.kernel.org/r/20230810080909.6259-2-brgl@bgdev.pl Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
5480b0c67f
commit
31cd8caf0c
|
|
@ -1846,6 +1846,15 @@ serdes0: phy@8901000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
serdes1: phy@8902000 {
|
||||
compatible = "qcom,sa8775p-dwmac-sgmii-phy";
|
||||
reg = <0x0 0x08902000 0x0 0xe10>;
|
||||
clocks = <&gcc GCC_SGMI_CLKREF_EN>;
|
||||
clock-names = "sgmi_ref";
|
||||
#phy-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pdc: interrupt-controller@b220000 {
|
||||
compatible = "qcom,sa8775p-pdc", "qcom,pdc";
|
||||
reg = <0x0 0x0b220000 0x0 0x30000>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user