48 lines
963 B
Plaintext
48 lines
963 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023, Linaro Limited
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sa8775p-ride.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm SA8775P Ride";
|
|
compatible = "qcom,sa8775p-ride", "qcom,sa8775p";
|
|
};
|
|
|
|
ðernet0 {
|
|
phy-mode = "sgmii";
|
|
};
|
|
|
|
ðernet1 {
|
|
phy-mode = "sgmii";
|
|
};
|
|
|
|
&mdio {
|
|
compatible = "snps,dwmac-mdio";
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
sgmii_phy0: phy@8 {
|
|
compatible = "ethernet-phy-id0141.0dd4";
|
|
reg = <0x8>;
|
|
device_type = "ethernet-phy";
|
|
interrupts-extended = <&tlmm 7 IRQ_TYPE_EDGE_FALLING>;
|
|
reset-gpios = <&pmm8654au_2_gpios 8 GPIO_ACTIVE_LOW>;
|
|
reset-assert-us = <11000>;
|
|
reset-deassert-us = <70000>;
|
|
};
|
|
|
|
sgmii_phy1: phy@a {
|
|
compatible = "ethernet-phy-id0141.0dd4";
|
|
reg = <0xa>;
|
|
device_type = "ethernet-phy";
|
|
interrupts-extended = <&tlmm 26 IRQ_TYPE_EDGE_FALLING>;
|
|
reset-gpios = <&pmm8654au_2_gpios 9 GPIO_ACTIVE_LOW>;
|
|
reset-assert-us = <11000>;
|
|
reset-deassert-us = <70000>;
|
|
};
|
|
};
|