Lines Matching +full:sd +full:- +full:fec

4  * This file is dual-licensed: you can use it either under the terms
42 #include <dt-bindings/gpio/gpio.h>
43 #include <dt-bindings/interrupt-controller/irq.h>
47 ethernet0 = &fec;
51 pinctrl-names = "default";
52 pinctrl-0 = <&pinctrl_leds1>;
53 compatible = "gpio-leds";
55 green-led {
56 label = "green-led";
58 default-state = "on";
61 red-led {
62 label = "red-led";
64 default-state = "off";
68 reg_3p3v: regulator-3p3v {
69 compatible = "regulator-fixed";
70 regulator-name = "3p3v";
71 regulator-min-microvolt = <3300000>;
72 regulator-max-microvolt = <3300000>;
75 reg_usb_otg_vbus: regulator-usb-otg-vbus {
76 compatible = "regulator-fixed";
77 regulator-name = "usb_otg_vbus";
78 regulator-min-microvolt = <5000000>;
79 regulator-max-microvolt = <5000000>;
81 enable-active-high;
86 pinctrl-names = "default";
87 pinctrl-0 = <&pinctrl_flexcan1>;
92 pinctrl-names = "default";
93 pinctrl-0 = <&pinctrl_flexcan2>;
98 cs-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
99 pinctrl-names = "default";
100 pinctrl-0 = <&pinctrl_ecspi1>;
104 compatible = "micron,n25q064", "jedec,spi-nor";
106 spi-max-frequency = <20000000>;
111 cs-gpios = <&gpio6 2 GPIO_ACTIVE_LOW>;
112 pinctrl-names = "default";
113 pinctrl-0 = <&pinctrl_ecspi2>;
117 &fec {
118 pinctrl-names = "default";
119 pinctrl-0 = <&pinctrl_enet>;
120 phy-mode = "rgmii";
125 clock-frequency = <100000>;
126 pinctrl-names = "default", "gpio";
127 pinctrl-0 = <&pinctrl_i2c1>;
128 pinctrl-1 = <&pinctrl_i2c1_gpio>;
129 scl-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
130 sda-gpios = <&gpio3 28 GPIO_ACTIVE_HIGH>;
139 compatible = "technologic,ts4900-gpio";
141 #gpio-cells = <2>;
142 gpio-controller;
148 clock-frequency = <100000>;
149 pinctrl-names = "default", "gpio";
150 pinctrl-0 = <&pinctrl_i2c2>;
151 pinctrl-1 = <&pinctrl_i2c2_gpio>;
152 scl-gpios = <&gpio4 12 GPIO_ACTIVE_HIGH>;
153 sda-gpios = <&gpio4 13 GPIO_ACTIVE_HIGH>;
158 pinctrl-names = "default";
159 pinctrl-0 = <&pinctrl_hog>;
419 pinctrl-names = "default";
420 pinctrl-0 = <&pinctrl_uart1>;
425 pinctrl-names = "default";
426 pinctrl-0 = <&pinctrl_uart2>;
427 uart-has-rtscts;
432 pinctrl-names = "default";
433 pinctrl-0 = <&pinctrl_uart3>;
438 pinctrl-names = "default";
439 pinctrl-0 = <&pinctrl_uart4>;
444 pinctrl-names = "default";
445 pinctrl-0 = <&pinctrl_uart5>;
454 vbus-supply = <&reg_usb_otg_vbus>;
455 pinctrl-names = "default";
456 pinctrl-0 = <&pinctrl_usbotg>;
457 disable-over-current;
461 /* SD */
463 pinctrl-names = "default";
464 pinctrl-0 = <&pinctrl_usdhc2>;
465 vmmc-supply = <&reg_3p3v>;
466 bus-width = <4>;
467 fsl,wp-controller;
473 pinctrl-names = "default";
474 pinctrl-0 = <&pinctrl_usdhc3>;
475 vmmc-supply = <&reg_3p3v>;
476 bus-width = <4>;
477 non-removable;