File tree Expand file tree Collapse file tree 1 file changed +58
-0
lines changed
Documentation/devicetree/bindings/phy Expand file tree Collapse file tree 1 file changed +58
-0
lines changed Original file line number Diff line number Diff line change
1
+ # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2
+ %YAML 1.2
3
+ ---
4
+ $id : http://devicetree.org/schemas/phy/airoha,en7581-pcie-phy.yaml#
5
+ $schema : http://devicetree.org/meta-schemas/core.yaml#
6
+
7
+ title : Airoha EN7581 PCI-Express PHY
8
+
9
+ maintainers :
10
+ -
Lorenzo Bianconi <[email protected] >
11
+
12
+ description :
13
+ The PCIe PHY supports physical layer functionality for PCIe Gen2/Gen3 port.
14
+
15
+ properties :
16
+ compatible :
17
+ const : airoha,en7581-pcie-phy
18
+
19
+ reg :
20
+ items :
21
+ - description : PCIE analog base address
22
+ - description : PCIE lane0 base address
23
+ - description : PCIE lane1 base address
24
+
25
+ reg-names :
26
+ items :
27
+ - const : csr-2l
28
+ - const : pma0
29
+ - const : pma1
30
+
31
+ " #phy-cells " :
32
+ const : 0
33
+
34
+ required :
35
+ - compatible
36
+ - reg
37
+ - reg-names
38
+ - " #phy-cells"
39
+
40
+ additionalProperties : false
41
+
42
+ examples :
43
+ - |
44
+ #include <dt-bindings/phy/phy.h>
45
+
46
+ soc {
47
+ #address-cells = <2>;
48
+ #size-cells = <2>;
49
+
50
+ phy@11e80000 {
51
+ compatible = "airoha,en7581-pcie-phy";
52
+ #phy-cells = <0>;
53
+ reg = <0x0 0x1fa5a000 0x0 0xfff>,
54
+ <0x0 0x1fa5b000 0x0 0xfff>,
55
+ <0x0 0x1fa5c000 0x0 0xfff>;
56
+ reg-names = "csr-2l", "pma0", "pma1";
57
+ };
58
+ };
You can’t perform that action at this time.
0 commit comments