1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) 2015-2017 I2SE GmbH <info@i2se.com>
4 * Copyright (C) 2016 Michael Heimpold <mhei@heimpold.de>
8 #include <dt-bindings/interrupt-controller/irq.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/gpio/gpio.h>
14 model = "I2SE Duckbill 2 EnOcean";
15 compatible = "i2se,duckbill-2-enocean", "i2se,duckbill-2", "fsl,imx28";
18 device_type = "memory";
19 reg = <0x40000000 0x08000000>;
25 compatible = "fsl,imx28-mmc";
26 pinctrl-names = "default";
27 pinctrl-0 = <&mmc0_8bit_pins_a
28 &mmc0_cd_cfg &mmc0_sck_cfg>;
30 vmmc-supply = <®_3p3v>;
36 compatible = "fsl,imx28-mmc";
37 pinctrl-names = "default";
38 pinctrl-0 = <&mmc2_4bit_pins_b
39 &mmc2_cd_cfg &mmc2_sck_cfg_b>;
41 vmmc-supply = <®_3p3v>;
46 pinctrl-names = "default";
47 pinctrl-0 = <&hog_pins_a>;
52 MX28_PAD_LCD_D17__GPIO_1_17 /* Revision detection */
54 fsl,drive-strength = <MXS_DRIVE_4mA>;
55 fsl,voltage = <MXS_VOLTAGE_HIGH>;
56 fsl,pull-up = <MXS_PULL_DISABLE>;
59 mac0_phy_reset_pin: mac0-phy-reset@0 {
62 MX28_PAD_GPMI_ALE__GPIO_0_26 /* PHY Reset */
64 fsl,drive-strength = <MXS_DRIVE_4mA>;
65 fsl,voltage = <MXS_VOLTAGE_HIGH>;
66 fsl,pull-up = <MXS_PULL_DISABLE>;
69 mac0_phy_int_pin: mac0-phy-int@0 {
72 MX28_PAD_GPMI_D07__GPIO_0_7 /* PHY Interrupt */
74 fsl,drive-strength = <MXS_DRIVE_4mA>;
75 fsl,voltage = <MXS_VOLTAGE_HIGH>;
76 fsl,pull-up = <MXS_PULL_DISABLE>;
82 MX28_PAD_SAIF0_MCLK__GPIO_3_20
83 MX28_PAD_SAIF0_LRCLK__GPIO_3_21
84 MX28_PAD_AUART0_CTS__GPIO_3_2
85 MX28_PAD_I2C0_SCL__GPIO_3_24
86 MX28_PAD_I2C0_SDA__GPIO_3_25
88 fsl,drive-strength = <MXS_DRIVE_4mA>;
89 fsl,voltage = <MXS_VOLTAGE_HIGH>;
90 fsl,pull-up = <MXS_PULL_DISABLE>;
93 enocean_button: enocean-button@0 {
96 MX28_PAD_AUART0_RTS__GPIO_3_3
98 fsl,drive-strength = <MXS_DRIVE_4mA>;
99 fsl,voltage = <MXS_VOLTAGE_HIGH>;
100 fsl,pull-up = <MXS_PULL_DISABLE>;
110 auart0: serial@8006a000 {
111 pinctrl-names = "default";
112 pinctrl-0 = <&auart0_2pins_a>;
116 duart: serial@80074000 {
117 pinctrl-names = "default";
118 pinctrl-0 = <&duart_pins_a>;
122 usbphy0: usbphy@8007c000 {
131 dr_mode = "peripheral";
134 mac0: ethernet@800f0000 {
136 pinctrl-names = "default";
137 pinctrl-0 = <&mac0_pins_a>, <&mac0_phy_reset_pin>;
138 phy-supply = <®_3p3v>;
139 phy-reset-gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
140 phy-reset-duration = <25>;
141 phy-handle = <ðphy>;
145 #address-cells = <1>;
148 ethphy: ethernet-phy@0 {
149 compatible = "ethernet-phy-ieee802.3-c22";
151 pinctrl-names = "default";
152 pinctrl-0 = <&mac0_phy_int_pin>;
153 interrupt-parent = <&gpio0>;
154 interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
161 reg_3p3v: regulator-3p3v {
162 compatible = "regulator-fixed";
163 regulator-name = "3P3V";
164 regulator-min-microvolt = <3300000>;
165 regulator-max-microvolt = <3300000>;
170 compatible = "gpio-leds";
171 pinctrl-names = "default";
172 pinctrl-0 = <&led_pins>;
175 label = "duckbill:red:status";
176 gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
177 linux,default-trigger = "default-on";
181 label = "duckbill:green:status";
182 gpios = <&gpio3 20 GPIO_ACTIVE_HIGH>;
183 linux,default-trigger = "heartbeat";
187 label = "duckbill:blue:enocean";
188 gpios = <&gpio3 24 GPIO_ACTIVE_LOW>;
192 label = "duckbill:red:enocean";
193 gpios = <&gpio3 25 GPIO_ACTIVE_LOW>;
197 label = "duckbill:green:enocean";
198 gpios = <&gpio3 2 GPIO_ACTIVE_LOW>;
203 compatible = "gpio-keys";
204 pinctrl-names = "default";
205 pinctrl-0 = <&enocean_button>;
209 linux,code = <KEY_NEW>;
210 gpios = <&gpio3 3 GPIO_ACTIVE_HIGH>;