Maxime Ripard | db84c03 | 2012-08-31 16:00:41 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2012 Free Electrons |
| 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 | |
| 12 | /* |
| 13 | * The CFA-10049 is an expansion board for the CFA-10036 module, thus we |
| 14 | * need to include the CFA-10036 DTS. |
| 15 | */ |
| 16 | /include/ "imx28-cfa10036.dts" |
| 17 | |
| 18 | / { |
| 19 | model = "Crystalfontz CFA-10049 Board"; |
| 20 | compatible = "crystalfontz,cfa10049", "crystalfontz,cfa10036", "fsl,imx28"; |
| 21 | |
| 22 | apb@80000000 { |
| 23 | apbx@80040000 { |
| 24 | i2c1: i2c@8005a000 { |
| 25 | pinctrl-names = "default"; |
| 26 | pinctrl-0 = <&i2c1_pins_a>; |
| 27 | status = "okay"; |
| 28 | }; |
Maxime Ripard | 186e3d9 | 2012-09-03 16:15:25 +0200 | [diff] [blame^] | 29 | |
| 30 | usbphy1: usbphy@8007e000 { |
| 31 | status = "okay"; |
| 32 | }; |
| 33 | }; |
| 34 | }; |
| 35 | |
| 36 | ahb@80080000 { |
| 37 | usb1: usb@80090000 { |
| 38 | vbus-supply = <®_usb1_vbus>; |
| 39 | pinctrl-0 = <&usbphy1_pins_a>; |
| 40 | pinctrl-names = "default"; |
| 41 | status = "okay"; |
| 42 | }; |
| 43 | }; |
| 44 | |
| 45 | regulators { |
| 46 | compatible = "simple-bus"; |
| 47 | |
| 48 | reg_usb1_vbus: usb1_vbus { |
| 49 | compatible = "regulator-fixed"; |
| 50 | regulator-name = "usb1_vbus"; |
| 51 | regulator-min-microvolt = <5000000>; |
| 52 | regulator-max-microvolt = <5000000>; |
| 53 | gpio = <&gpio0 7 1>; |
Maxime Ripard | db84c03 | 2012-08-31 16:00:41 +0200 | [diff] [blame] | 54 | }; |
| 55 | }; |
| 56 | }; |