Deleted Added
sdiff udiff text old ( 279385 ) new ( 295436 )
full compact
1/*
2 * Copyright 2012 Freescale Semiconductor, Inc.
3 *
4 * Author: Fabio Estevam <fabio.estevam@freescale.com>
5 *
6 * The code contained herein is licensed under the GNU General Public
7 * License. You may obtain a copy of the GNU General Public License
8 * Version 2 or later at the following locations:
9 *
10 * http://www.opensource.org/licenses/gpl-license.html
11 * http://www.gnu.org/copyleft/gpl.html
12 */
13
14/dts-v1/;
15#include "imx23.dtsi"
16
17/ {
18 model = "i.MX23 Olinuxino Low Cost Board";
19 compatible = "olimex,imx23-olinuxino", "fsl,imx23";
20
21 memory {
22 reg = <0x40000000 0x04000000>;

--- 45 unchanged lines hidden (view full) ---

68 };
69 };
70
71 apbx@80040000 {
72 lradc@80050000 {
73 status = "okay";
74 };
75
76 duart: serial@80070000 {
77 pinctrl-names = "default";
78 pinctrl-0 = <&duart_pins_a>;
79 status = "okay";
80 };
81
82 auart0: serial@8006c000 {
83 pinctrl-names = "default";

--- 4 unchanged lines hidden (view full) ---

88 usbphy0: usbphy@8007c000 {
89 status = "okay";
90 };
91 };
92 };
93
94 ahb@80080000 {
95 usb0: usb@80080000 {
96 vbus-supply = <&reg_usb0_vbus>;
97 status = "okay";
98 };
99 };
100
101 regulators {
102 compatible = "simple-bus";
103 #address-cells = <1>;

--- 13 unchanged lines hidden (view full) ---

117
118 leds {
119 compatible = "gpio-leds";
120 pinctrl-names = "default";
121 pinctrl-0 = <&led_pin_gpio2_1>;
122
123 user {
124 label = "green";
125 gpios = <&gpio2 1 1>;
126 };
127 };
128};