Philipp Zabel | 7ed47ef | 2014-04-14 17:37:24 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2013 Christian Hemp, Phytec Messtechnik GmbH |
| 3 | * |
| 4 | * The code contained herein is licensed under the GNU General Public |
| 5 | * License. You may obtain a copy of the GNU General Public License |
| 6 | * Version 2 or later at the following locations: |
| 7 | * |
| 8 | * http://www.opensource.org/licenses/gpl-license.html |
| 9 | * http://www.gnu.org/copyleft/gpl.html |
| 10 | */ |
| 11 | |
Philipp Zabel | 057b3d3 | 2014-04-14 17:37:27 +0200 | [diff] [blame] | 12 | / { |
| 13 | chosen { |
| 14 | linux,stdout-path = &uart4; |
| 15 | }; |
| 16 | }; |
| 17 | |
Philipp Zabel | 7ed47ef | 2014-04-14 17:37:24 +0200 | [diff] [blame] | 18 | &fec { |
| 19 | status = "okay"; |
| 20 | }; |
| 21 | |
| 22 | &gpmi { |
| 23 | status = "okay"; |
| 24 | }; |
| 25 | |
Philipp Zabel | c3a0940 | 2014-04-14 17:37:28 +0200 | [diff] [blame] | 26 | &i2c2 { |
| 27 | pinctrl-names = "default"; |
| 28 | pinctrl-0 = <&pinctrl_i2c2>; |
| 29 | clock-frequency = <100000>; |
| 30 | status = "okay"; |
Philipp Zabel | bcdd334 | 2014-04-14 17:37:29 +0200 | [diff] [blame] | 31 | |
| 32 | tlv320@18 { |
| 33 | compatible = "ti,tlv320aic3x"; |
| 34 | reg = <0x18>; |
| 35 | }; |
| 36 | |
| 37 | stmpe@41 { |
| 38 | compatible = "st,stmpe811"; |
| 39 | reg = <0x41>; |
| 40 | }; |
| 41 | |
| 42 | rtc@51 { |
| 43 | compatible = "nxp,rtc8564"; |
| 44 | reg = <0x51>; |
| 45 | }; |
| 46 | |
| 47 | adc@64 { |
| 48 | compatible = "maxim,max1037"; |
| 49 | reg = <0x64>; |
| 50 | }; |
Philipp Zabel | c3a0940 | 2014-04-14 17:37:28 +0200 | [diff] [blame] | 51 | }; |
| 52 | |
| 53 | &i2c3 { |
| 54 | pinctrl-names = "default"; |
| 55 | pinctrl-0 = <&pinctrl_i2c3>; |
| 56 | clock-frequency = <100000>; |
| 57 | status = "okay"; |
| 58 | }; |
| 59 | |
Philipp Zabel | b6b9439 | 2014-04-14 17:37:31 +0200 | [diff] [blame^] | 60 | &uart3 { |
| 61 | status = "okay"; |
| 62 | }; |
| 63 | |
Philipp Zabel | 7ed47ef | 2014-04-14 17:37:24 +0200 | [diff] [blame] | 64 | &uart4 { |
| 65 | status = "okay"; |
| 66 | }; |
| 67 | |
| 68 | &usbh1 { |
| 69 | status = "okay"; |
| 70 | }; |
| 71 | |
| 72 | &usbotg { |
| 73 | status = "okay"; |
| 74 | }; |
| 75 | |
| 76 | &usdhc2 { |
| 77 | status = "okay"; |
| 78 | }; |
| 79 | |
| 80 | &usdhc3 { |
| 81 | status = "okay"; |
| 82 | }; |
Philipp Zabel | c3a0940 | 2014-04-14 17:37:28 +0200 | [diff] [blame] | 83 | |
| 84 | &iomuxc { |
| 85 | pinctrl_i2c2: i2c2grp { |
| 86 | fsl,pins = < |
| 87 | MX6QDL_PAD_EIM_EB2__I2C2_SCL 0x4001b8b1 |
| 88 | MX6QDL_PAD_EIM_D16__I2C2_SDA 0x4001b8b1 |
| 89 | >; |
| 90 | }; |
| 91 | |
| 92 | pinctrl_i2c3: i2c3grp { |
| 93 | fsl,pins = < |
| 94 | MX6QDL_PAD_EIM_D17__I2C3_SCL 0x4001b8b1 |
| 95 | MX6QDL_PAD_EIM_D18__I2C3_SDA 0x4001b8b1 |
| 96 | >; |
| 97 | }; |
| 98 | }; |