2012-11-15 02:17:04 +07:00
|
|
|
/*
|
|
|
|
* Copyright 2012 Maxime Ripard
|
|
|
|
*
|
|
|
|
* Maxime Ripard <maxime.ripard@free-electrons.com>
|
|
|
|
*
|
|
|
|
* The code contained herein is licensed under the GNU General Public
|
|
|
|
* License. You may obtain a copy of the GNU General Public License
|
|
|
|
* Version 2 or later at the following locations:
|
|
|
|
*
|
|
|
|
* http://www.opensource.org/licenses/gpl-license.html
|
|
|
|
* http://www.gnu.org/copyleft/gpl.html
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
2012-12-12 23:08:23 +07:00
|
|
|
/include/ "sun5i-a13.dtsi"
|
2012-11-15 02:17:04 +07:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Olimex A13-Olinuxino";
|
2012-12-12 23:08:23 +07:00
|
|
|
compatible = "olimex,a13-olinuxino", "allwinner,sun5i-a13";
|
2012-11-15 02:17:04 +07:00
|
|
|
|
2012-11-19 18:09:40 +07:00
|
|
|
chosen {
|
|
|
|
bootargs = "earlyprintk console=ttyS0,115200";
|
|
|
|
};
|
|
|
|
|
2012-11-15 02:17:04 +07:00
|
|
|
soc {
|
2012-11-19 18:09:40 +07:00
|
|
|
uart1: uart@01c28400 {
|
2013-01-19 04:30:39 +07:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&uart1_pins_b>;
|
2012-11-15 02:17:04 +07:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|