2014-04-14 23:37:24 +08:00
|
|
|
/*
|
|
|
|
* Copyright 2013 Christian Hemp, Phytec Messtechnik GmbH
|
|
|
|
*
|
|
|
|
* 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
|
|
|
|
*/
|
|
|
|
|
2014-04-14 23:37:27 +08:00
|
|
|
/ {
|
|
|
|
chosen {
|
|
|
|
linux,stdout-path = &uart4;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2014-04-14 23:37:24 +08:00
|
|
|
&fec {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpmi {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2014-04-14 23:37:32 +08:00
|
|
|
&hdmi {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2014-04-14 23:37:28 +08:00
|
|
|
&i2c2 {
|
|
|
|
status = "okay";
|
2014-04-14 23:37:29 +08:00
|
|
|
|
|
|
|
tlv320@18 {
|
|
|
|
compatible = "ti,tlv320aic3x";
|
|
|
|
reg = <0x18>;
|
|
|
|
};
|
|
|
|
|
|
|
|
stmpe@41 {
|
|
|
|
compatible = "st,stmpe811";
|
|
|
|
reg = <0x41>;
|
|
|
|
};
|
|
|
|
|
|
|
|
rtc@51 {
|
|
|
|
compatible = "nxp,rtc8564";
|
|
|
|
reg = <0x51>;
|
|
|
|
};
|
|
|
|
|
|
|
|
adc@64 {
|
|
|
|
compatible = "maxim,max1037";
|
|
|
|
reg = <0x64>;
|
|
|
|
};
|
2014-04-14 23:37:28 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
&i2c3 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2014-04-14 23:37:31 +08:00
|
|
|
&uart3 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2014-04-14 23:37:24 +08:00
|
|
|
&uart4 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usbh1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usbotg {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usdhc3 {
|
|
|
|
status = "okay";
|
|
|
|
};
|