File: sa8775p-ride-r3.dts

package info (click to toggle)
linux 6.12.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,673,568 kB
  • sloc: ansic: 25,888,630; asm: 268,782; sh: 136,481; python: 64,809; makefile: 55,668; perl: 38,052; xml: 19,270; cpp: 5,893; yacc: 4,923; lex: 2,939; awk: 1,592; sed: 28; ruby: 25
file content (47 lines) | stat: -rw-r--r-- 981 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// SPDX-License-Identifier: BSD-3-Clause
/*
 * Copyright (c) 2023, Linaro Limited
 */

/dts-v1/;

#include "sa8775p-ride.dtsi"

/ {
	model = "Qualcomm SA8775P Ride Rev3";
	compatible = "qcom,sa8775p-ride-r3", "qcom,sa8775p";
};

&ethernet0 {
	phy-mode = "2500base-x";
};

&ethernet1 {
	phy-mode = "2500base-x";
};

&mdio {
	compatible = "snps,dwmac-mdio";
	#address-cells = <1>;
	#size-cells = <0>;

	sgmii_phy0: phy@8 {
		compatible = "ethernet-phy-id31c3.1c33";
		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@0 {
		compatible = "ethernet-phy-id31c3.1c33";
		reg = <0x0>;
		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>;
	};
};