Lines Matching +full:rx +full:- +full:input
1 Small Form Factor (SFF) Committee Small Form-factor Pluggable (SFP)
6 - compatible : must be one of
10 - i2c-bus : phandle of an I2C bus controller for the SFP two wire serial
15 - mod-def0-gpios : GPIO phandle and a specifier of the MOD-DEF0 (AKA Mod_ABS)
16 module presence input gpio signal, active (module absent) high. Must
19 - los-gpios : GPIO phandle and a specifier of the Receiver Loss of Signal
20 Indication input gpio signal, active (signal lost) high
22 - tx-fault-gpios : GPIO phandle and a specifier of the Module Transmitter
23 Fault input gpio signal, active (fault condition) high
25 - tx-disable-gpios : GPIO phandle and a specifier of the Transmitter Disable
28 - rate-select0-gpios : GPIO phandle and a specifier of the Rx Signaling Rate
29 Select (AKA RS0) output gpio signal, low: low Rx rate, high: high Rx rate
32 - rate-select1-gpios : GPIO phandle and a specifier of the Tx Signaling Rate
36 - maximum-power-milliwatt : Maximum module power consumption
38 slot, in milli-Watts. Presently, modules can be up to 1W, 1.5W or 2W.
42 sfp_eth3: sfp-eth3 {
44 i2c-bus = <&sfp_1g_i2c>;
45 los-gpios = <&cpm_gpio2 22 GPIO_ACTIVE_HIGH>;
46 mod-def0-gpios = <&cpm_gpio2 21 GPIO_ACTIVE_LOW>;
47 maximum-power-milliwatt = <1000>;
48 pinctrl-names = "default";
49 pinctrl-0 = <&cpm_sfp_1g_pins &cps_sfp_1g_pins>;
50 tx-disable-gpios = <&cps_gpio1 24 GPIO_ACTIVE_HIGH>;
51 tx-fault-gpios = <&cpm_gpio2 19 GPIO_ACTIVE_HIGH>;
55 phy-names = "comphy";
62 sfp_eth0: sfp-eth0 {
64 i2c-bus = <&sfpp0_i2c>;
65 los-gpios = <&cps_gpio1 28 GPIO_ACTIVE_HIGH>;
66 mod-def0-gpios = <&cps_gpio1 27 GPIO_ACTIVE_LOW>;
67 pinctrl-names = "default";
68 pinctrl-0 = <&cps_sfpp0_pins>;
69 tx-disable-gpios = <&cps_gpio1 29 GPIO_ACTIVE_HIGH>;
70 tx-fault-gpios = <&cps_gpio1 26 GPIO_ACTIVE_HIGH>;
73 p0_phy: ethernet-phy@0 {
74 compatible = "ethernet-phy-ieee802.3-c45";
75 pinctrl-names = "default";
76 pinctrl-0 = <&cpm_phy0_pins &cps_phy0_pins>;
84 phy-mode = "10gbase-kr";