Lines Matching +full:disable +full:- +full:dc

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 /dts-v1/;
9 #include "imx8mm-innocomm-wb15.dtsi"
12 model = "InnoComm WB15-EVK";
13 compatible = "innocomm,wb15-evk", "fsl,imx8mm";
16 stdout-path = &uart2;
20 compatible = "gpio-leds";
21 pinctrl-names = "default";
22 pinctrl-0 = <&pinctrl_gpio_leds>;
24 led-0 {
27 default-state = "off";
31 reg_vsd_3v3: regulator-vsd-3v3 {
32 compatible = "regulator-fixed";
33 pinctrl-names = "default";
34 pinctrl-0 = <&pinctrl_reg_vsd_3v3>;
35 regulator-name = "VSD_3V3";
36 regulator-min-microvolt = <3300000>;
37 regulator-max-microvolt = <3300000>;
39 enable-active-high;
42 reg_ethphy: regulator-eth-phy {
43 compatible = "regulator-fixed";
44 pinctrl-names = "default";
45 pinctrl-0 = <&pinctrl_fec_phy_reg>;
46 regulator-name = "PHY_3V3";
47 regulator-min-microvolt = <3300000>;
48 regulator-max-microvolt = <3300000>;
50 enable-active-high;
55 pinctrl-names = "default";
56 pinctrl-0 = <&pinctrl_fec>;
57 phy-mode = "rgmii-id";
58 phy-handle = <&ethphy0>;
59 fsl,magic-packet;
63 #address-cells = <1>;
64 #size-cells = <0>;
66 ethphy0: ethernet-phy@1 {
67 compatible = "ethernet-phy-ieee802.3-c22";
69 pinctrl-names = "default";
70 pinctrl-0 = <&pinctrl_fec_phy>;
71 reset-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
72 phy-supply = <&reg_ethphy>;
83 samsung,picophy-pre-emp-curr-control = <3>;
84 samsung,picophy-dc-vol-level-adjust = <7>;
85 disable-over-current;
91 samsung,picophy-pre-emp-curr-control = <3>;
92 samsung,picophy-dc-vol-level-adjust = <7>;
93 disable-over-current;
98 cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
99 vmmc-supply = <&reg_vsd_3v3>;
104 pinctrl_fec: fec-grp {
123 pinctrl_fec_phy: fec-phy-grp {
129 pinctrl_fec_phy_reg: fec-phy-reg-grp {
135 pinctrl_gpio_leds: led-grp {
141 pinctrl_reg_vsd_3v3: reg-vsd-3v3-grp {