ARM: dts: mxs: Add missing address and size cells in SSP nodes
[deliverable/linux.git] / arch / arm / boot / dts / imx28-cfa10049.dts
CommitLineData
db84c038
MR
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 };
186e3d94
MR
29
30 usbphy1: usbphy@8007e000 {
31 status = "okay";
32 };
33 };
34 };
35
36 ahb@80080000 {
37 usb1: usb@80090000 {
38 vbus-supply = <&reg_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>;
db84c038
MR
54 };
55 };
56};
This page took 0.044727 seconds and 5 git commands to generate.