blob: 3a2807743985a654f2c1c16f342a7b47e38f9306 [file] [log] [blame]
Maxime Ripard330eaaf2012-06-27 10:18:12 +02001/*
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/dts-v1/;
13/include/ "imx28.dtsi"
14
15/ {
16 model = "Crystalfontz CFA-10036 Board";
17 compatible = "crystalfontz,cfa10036", "fsl,imx28";
18
19 memory {
20 reg = <0x40000000 0x08000000>;
21 };
22
23 apb@80000000 {
24 apbh@80000000 {
Maxime Ripardc241d0a2012-11-03 16:59:07 +010025 pinctrl@80018000 {
26 led_pins_cfa10036: leds-10036@0 {
27 reg = <0>;
28 fsl,pinmux-ids = <
29 0x3043 /* MX28_PAD_AUART1_RX__GPIO_3_4 */
30 >;
31 fsl,drive-strength = <0>;
32 fsl,voltage = <1>;
33 fsl,pull-up = <0>;
34 };
35 };
36
Maxime Ripard330eaaf2012-06-27 10:18:12 +020037 ssp0: ssp@80010000 {
38 compatible = "fsl,imx28-mmc";
39 pinctrl-names = "default";
40 pinctrl-0 = <&mmc0_4bit_pins_a
41 &mmc0_cd_cfg &mmc0_sck_cfg>;
42 bus-width = <4>;
43 status = "okay";
44 };
45 };
46
47 apbx@80040000 {
48 duart: serial@80074000 {
49 pinctrl-names = "default";
50 pinctrl-0 = <&duart_pins_b>;
51 status = "okay";
52 };
53 };
54 };
Maxime Ripardf34ffc92012-06-29 09:39:29 +020055
56 leds {
57 compatible = "gpio-leds";
Maxime Ripardc241d0a2012-11-03 16:59:07 +010058 pinctrl-names = "default";
59 pinctrl-0 = <&led_pins_cfa10036>;
Maxime Ripardf34ffc92012-06-29 09:39:29 +020060
61 power {
62 gpios = <&gpio3 4 1>;
63 default-state = "on";
64 };
65 };
Maxime Ripard330eaaf2012-06-27 10:18:12 +020066};