• Home
  • Raw
  • Download

Lines Matching +full:imx28 +full:- +full:i2c

2  * Copyright (C) 2015-2017 I2SE GmbH <info@i2se.com>
9 * http://www.opensource.org/licenses/gpl-license.html
13 /dts-v1/;
14 #include <dt-bindings/interrupt-controller/irq.h>
15 #include <dt-bindings/gpio/gpio.h>
16 #include "imx28.dtsi"
20 compatible = "i2se,duckbill-2", "fsl,imx28";
29 compatible = "fsl,imx28-mmc";
30 pinctrl-names = "default";
31 pinctrl-0 = <&mmc0_8bit_pins_a
33 bus-width = <8>;
34 vmmc-supply = <&reg_3p3v>;
36 non-removable;
40 compatible = "fsl,imx28-mmc";
41 pinctrl-names = "default";
42 pinctrl-0 = <&mmc2_4bit_pins_b
44 bus-width = <4>;
45 vmmc-supply = <&reg_3p3v>;
50 pinctrl-names = "default";
51 pinctrl-0 = <&hog_pins_a>;
55 fsl,pinmux-ids = <
58 fsl,drive-strength = <MXS_DRIVE_4mA>;
60 fsl,pull-up = <MXS_PULL_DISABLE>;
63 mac0_phy_reset_pin: mac0-phy-reset@0 {
65 fsl,pinmux-ids = <
68 fsl,drive-strength = <MXS_DRIVE_4mA>;
70 fsl,pull-up = <MXS_PULL_DISABLE>;
73 mac0_phy_int_pin: mac0-phy-int@0 {
75 fsl,pinmux-ids = <
78 fsl,drive-strength = <MXS_DRIVE_4mA>;
80 fsl,pull-up = <MXS_PULL_DISABLE>;
85 fsl,pinmux-ids = <
89 fsl,drive-strength = <MXS_DRIVE_4mA>;
91 fsl,pull-up = <MXS_PULL_DISABLE>;
101 i2c0: i2c@80058000 {
102 pinctrl-names = "default";
103 pinctrl-0 = <&i2c0_pins_a>;
108 pinctrl-names = "default";
109 pinctrl-0 = <&auart0_2pins_a>;
114 pinctrl-names = "default";
115 pinctrl-0 = <&duart_pins_a>;
132 phy-mode = "rmii";
133 pinctrl-names = "default";
134 pinctrl-0 = <&mac0_pins_a>, <&mac0_phy_reset_pin>;
135 phy-supply = <&reg_3p3v>;
136 phy-reset-gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;
137 phy-reset-duration = <25>;
138 phy-handle = <&ethphy>;
142 #address-cells = <1>;
143 #size-cells = <0>;
145 ethphy: ethernet-phy@0 {
146 compatible = "ethernet-phy-ieee802.3-c22";
148 pinctrl-names = "default";
149 pinctrl-0 = <&mac0_phy_int_pin>;
150 interrupt-parent = <&gpio0>;
152 max-speed = <100>;
158 reg_3p3v: regulator-3p3v {
159 compatible = "regulator-fixed";
160 regulator-name = "3P3V";
161 regulator-min-microvolt = <3300000>;
162 regulator-max-microvolt = <3300000>;
163 regulator-always-on;
167 compatible = "gpio-leds";
168 pinctrl-names = "default";
169 pinctrl-0 = <&led_pins>;
171 status-red {
174 linux,default-trigger = "default-on";
177 status-green {
180 linux,default-trigger = "heartbeat";