diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2025-01-02 09:07:48 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2025-01-02 09:07:48 +0000 |
commit | a8091808915c37cd212871d2b3f3a49149a8ddb4 (patch) | |
tree | 7cb37a6aefb8cd13c3397496c270378ff1c3284b /Bindings/net/sff,sfp.yaml | |
parent | e2e0a4ea3f708df73a339834acf21c2f8ff145d4 (diff) |
Import device-tree files from Linux 6.10vendor/device-tree/6.10
Diffstat (limited to 'Bindings/net/sff,sfp.yaml')
-rw-r--r-- | Bindings/net/sff,sfp.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Bindings/net/sff,sfp.yaml b/Bindings/net/sff,sfp.yaml index bf6cbc7c2ba3..90611b598d2b 100644 --- a/Bindings/net/sff,sfp.yaml +++ b/Bindings/net/sff,sfp.yaml @@ -29,39 +29,39 @@ properties: allowable by a module in the slot, in milli-Watts. Presently, modules can be up to 1W, 1.5W or 2W. - "mod-def0-gpios": + mod-def0-gpios: maxItems: 1 description: GPIO phandle and a specifier of the MOD-DEF0 (AKA Mod_ABS) module presence input gpio signal, active (module absent) high. Must not be present for SFF modules - "los-gpios": + los-gpios: maxItems: 1 description: GPIO phandle and a specifier of the Receiver Loss of Signal Indication input gpio signal, active (signal lost) high - "tx-fault-gpios": + tx-fault-gpios: maxItems: 1 description: GPIO phandle and a specifier of the Module Transmitter Fault input gpio signal, active (fault condition) high - "tx-disable-gpios": + tx-disable-gpios: maxItems: 1 description: GPIO phandle and a specifier of the Transmitter Disable output gpio signal, active (Tx disable) high - "rate-select0-gpios": + rate-select0-gpios: maxItems: 1 description: GPIO phandle and a specifier of the Rx Signaling Rate Select (AKA RS0) output gpio signal, low - low Rx rate, high - high Rx rate Must not be present for SFF modules - "rate-select1-gpios": + rate-select1-gpios: maxItems: 1 description: GPIO phandle and a specifier of the Tx Signaling Rate Select (AKA RS1) |