File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Documentation/devicetree/bindings/net Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,14 @@ properties:
37
37
items :
38
38
- description : Combined signal for various interrupt events
39
39
- description : The interrupt that occurs when Rx exits the LPI state
40
+ - description : The interrupt that occurs when HW safety error triggered
40
41
41
42
interrupt-names :
42
43
minItems : 1
43
44
items :
44
45
- const : macirq
45
- - const : eth_lpi
46
+ - enum : [eth_lpi, sfty]
47
+ - const : sfty
46
48
47
49
clocks :
48
50
maxItems : 4
@@ -89,8 +91,9 @@ examples:
89
91
<&gcc GCC_ETH_PTP_CLK>,
90
92
<&gcc GCC_ETH_RGMII_CLK>;
91
93
interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>,
92
- <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
93
- interrupt-names = "macirq", "eth_lpi";
94
+ <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
95
+ <GIC_SPI 782 IRQ_TYPE_LEVEL_HIGH>;
96
+ interrupt-names = "macirq", "eth_lpi", "sfty";
94
97
95
98
rx-fifo-depth = <4096>;
96
99
tx-fifo-depth = <4096>;
Original file line number Diff line number Diff line change @@ -107,13 +107,15 @@ properties:
107
107
- description : Combined signal for various interrupt events
108
108
- description : The interrupt to manage the remote wake-up packet detection
109
109
- description : The interrupt that occurs when Rx exits the LPI state
110
+ - description : The interrupt that occurs when HW safety error triggered
110
111
111
112
interrupt-names :
112
113
minItems : 1
113
114
items :
114
115
- const : macirq
115
- - enum : [eth_wake_irq, eth_lpi]
116
- - const : eth_lpi
116
+ - enum : [eth_wake_irq, eth_lpi, sfty]
117
+ - enum : [eth_wake_irq, eth_lpi, sfty]
118
+ - enum : [eth_wake_irq, eth_lpi, sfty]
117
119
118
120
clocks :
119
121
minItems : 1
You can’t perform that action at this time.
0 commit comments