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 <dt-bindings/gpio/gpio.h>
16#include "imx23.dtsi"
17
18/ {
19 model = "i.MX23 Olinuxino Low Cost Board";
20 compatible = "olimex,imx23-olinuxino", "fsl,imx23";
21
22 memory {
23 reg = <0x40000000 0x04000000>;

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

69 };
70 };
71
72 apbx@80040000 {
73 lradc@80050000 {
74 status = "okay";
75 };
76
77 i2c: i2c@80058000 {
78 pinctrl-names = "default";
79 pinctrl-0 = <&i2c_pins_b>;
80 status = "okay";
81 };
82
83 duart: serial@80070000 {
84 pinctrl-names = "default";
85 pinctrl-0 = <&duart_pins_a>;
86 status = "okay";
87 };
88
89 auart0: serial@8006c000 {
90 pinctrl-names = "default";

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

95 usbphy0: usbphy@8007c000 {
96 status = "okay";
97 };
98 };
99 };
100
101 ahb@80080000 {
102 usb0: usb@80080000 {
103 dr_mode = "host";
104 vbus-supply = <&reg_usb0_vbus>;
105 status = "okay";
106 };
107 };
108
109 regulators {
110 compatible = "simple-bus";
111 #address-cells = <1>;

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

125
126 leds {
127 compatible = "gpio-leds";
128 pinctrl-names = "default";
129 pinctrl-0 = <&led_pin_gpio2_1>;
130
131 user {
132 label = "green";
133 gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
134 };
135 };
136};