Lines Matching +full:serial +full:- +full:leds
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) 2015-2017 I2SE GmbH <info@i2se.com>
7 /dts-v1/;
8 #include <dt-bindings/interrupt-controller/irq.h>
9 #include <dt-bindings/gpio/gpio.h>
14 compatible = "i2se,duckbill-2-485", "i2se,duckbill-2", "fsl,imx28";
24 compatible = "fsl,imx28-mmc";
25 pinctrl-names = "default";
26 pinctrl-0 = <&mmc0_8bit_pins_a
28 bus-width = <8>;
29 vmmc-supply = <®_3p3v>;
31 non-removable;
35 compatible = "fsl,imx28-mmc";
36 pinctrl-names = "default";
37 pinctrl-0 = <&mmc2_4bit_pins_b
39 bus-width = <4>;
40 vmmc-supply = <®_3p3v>;
45 pinctrl-names = "default";
46 pinctrl-0 = <&hog_pins_a>;
50 fsl,pinmux-ids = <
53 fsl,drive-strength = <MXS_DRIVE_4mA>;
55 fsl,pull-up = <MXS_PULL_DISABLE>;
58 mac0_phy_reset_pin: mac0-phy-reset@0 {
60 fsl,pinmux-ids = <
63 fsl,drive-strength = <MXS_DRIVE_4mA>;
65 fsl,pull-up = <MXS_PULL_DISABLE>;
68 mac0_phy_int_pin: mac0-phy-int@0 {
70 fsl,pinmux-ids = <
73 fsl,drive-strength = <MXS_DRIVE_4mA>;
75 fsl,pull-up = <MXS_PULL_DISABLE>;
78 led_pins: leds@0 {
80 fsl,pinmux-ids = <
86 fsl,drive-strength = <MXS_DRIVE_4mA>;
88 fsl,pull-up = <MXS_PULL_DISABLE>;
98 auart0: serial@8006a000 {
99 pinctrl-names = "default";
100 pinctrl-0 = <&auart0_2pins_a>;
104 duart: serial@80074000 {
105 pinctrl-names = "default";
106 pinctrl-0 = <&duart_pins_a>;
123 phy-mode = "rmii";
124 pinctrl-names = "default";
125 pinctrl-0 = <&mac0_pins_a>, <&mac0_phy_reset_pin>;
126 phy-supply = <®_3p3v>;
127 phy-reset-gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
128 phy-reset-duration = <25>;
129 phy-handle = <ðphy>;
133 #address-cells = <1>;
134 #size-cells = <0>;
136 ethphy: ethernet-phy@0 {
137 compatible = "ethernet-phy-ieee802.3-c22";
139 pinctrl-names = "default";
140 pinctrl-0 = <&mac0_phy_int_pin>;
141 interrupt-parent = <&gpio0>;
143 max-speed = <100>;
149 reg_3p3v: regulator-3p3v {
150 compatible = "regulator-fixed";
151 regulator-name = "3P3V";
152 regulator-min-microvolt = <3300000>;
153 regulator-max-microvolt = <3300000>;
154 regulator-always-on;
157 leds {
158 compatible = "gpio-leds";
159 pinctrl-names = "default";
160 pinctrl-0 = <&led_pins>;
162 status-red {
165 linux,default-trigger = "default-on";
168 status-green {
171 linux,default-trigger = "heartbeat";
174 rs485-red {
179 rs485-green {