diff options
Diffstat (limited to 'arch/arm/boot/dts/imx6q-sabrelite.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-sabrelite.dts | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts index e0ec92973e7e..72f30f3e6171 100644 --- a/arch/arm/boot/dts/imx6q-sabrelite.dts +++ b/arch/arm/boot/dts/imx6q-sabrelite.dts | |||
@@ -27,6 +27,8 @@ | |||
27 | ecspi@02008000 { /* eCSPI1 */ | 27 | ecspi@02008000 { /* eCSPI1 */ |
28 | fsl,spi-num-chipselects = <1>; | 28 | fsl,spi-num-chipselects = <1>; |
29 | cs-gpios = <&gpio3 19 0>; | 29 | cs-gpios = <&gpio3 19 0>; |
30 | pinctrl-names = "default"; | ||
31 | pinctrl-0 = <&pinctrl_ecspi1_1>; | ||
30 | status = "okay"; | 32 | status = "okay"; |
31 | 33 | ||
32 | flash: m25p80@0 { | 34 | flash: m25p80@0 { |
@@ -42,9 +44,32 @@ | |||
42 | }; | 44 | }; |
43 | }; | 45 | }; |
44 | 46 | ||
47 | iomuxc@020e0000 { | ||
48 | pinctrl-names = "default"; | ||
49 | pinctrl-0 = <&pinctrl_gpio_hog>; | ||
50 | |||
51 | gpios { | ||
52 | pinctrl_gpio_hog: gpiohog { | ||
53 | fsl,pins = < | ||
54 | 144 0x80000000 /* MX6Q_PAD_EIM_D22__GPIO_3_22 */ | ||
55 | 121 0x80000000 /* MX6Q_PAD_EIM_D19__GPIO_3_19 */ | ||
56 | 953 0x80000000 /* MX6Q_PAD_GPIO_0__CCM_CLKO */ | ||
57 | >; | ||
58 | }; | ||
59 | }; | ||
60 | }; | ||
45 | }; | 61 | }; |
46 | 62 | ||
47 | aips-bus@02100000 { /* AIPS2 */ | 63 | aips-bus@02100000 { /* AIPS2 */ |
64 | usb@02184000 { /* USB OTG */ | ||
65 | vbus-supply = <®_usb_otg_vbus>; | ||
66 | status = "okay"; | ||
67 | }; | ||
68 | |||
69 | usb@02184200 { /* USB1 */ | ||
70 | status = "okay"; | ||
71 | }; | ||
72 | |||
48 | ethernet@02188000 { | 73 | ethernet@02188000 { |
49 | phy-mode = "rgmii"; | 74 | phy-mode = "rgmii"; |
50 | phy-reset-gpios = <&gpio3 23 0>; | 75 | phy-reset-gpios = <&gpio3 23 0>; |
@@ -111,6 +136,15 @@ | |||
111 | regulator-max-microvolt = <3300000>; | 136 | regulator-max-microvolt = <3300000>; |
112 | regulator-always-on; | 137 | regulator-always-on; |
113 | }; | 138 | }; |
139 | |||
140 | reg_usb_otg_vbus: usb_otg_vbus { | ||
141 | compatible = "regulator-fixed"; | ||
142 | regulator-name = "usb_otg_vbus"; | ||
143 | regulator-min-microvolt = <5000000>; | ||
144 | regulator-max-microvolt = <5000000>; | ||
145 | gpio = <&gpio3 22 0>; | ||
146 | enable-active-high; | ||
147 | }; | ||
114 | }; | 148 | }; |
115 | 149 | ||
116 | sound { | 150 | sound { |