forked from Minki/linux
301c38590d
This patch enables the two important MSP devices for ST-Ericsson's hardware reference development board. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
74 lines
1.1 KiB
Plaintext
74 lines
1.1 KiB
Plaintext
/*
|
|
* Copyright 2012 ST-Ericsson AB
|
|
*
|
|
* 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/;
|
|
/include/ "dbx5x0.dtsi"
|
|
|
|
/ {
|
|
model = "ST-Ericsson HREF platform with Device Tree";
|
|
compatible = "st-ericsson,hrefv60+";
|
|
|
|
memory {
|
|
reg = <0x00000000 0x20000000>;
|
|
};
|
|
|
|
soc-u9500 {
|
|
uart@80120000 {
|
|
status = "okay";
|
|
};
|
|
|
|
uart@80121000 {
|
|
status = "okay";
|
|
};
|
|
|
|
uart@80007000 {
|
|
status = "okay";
|
|
};
|
|
|
|
i2c@80004000 {
|
|
tc3589x@42 {
|
|
compatible = "tc3589x";
|
|
reg = <0x42>;
|
|
};
|
|
|
|
tps61052@33 {
|
|
compatible = "tps61052";
|
|
reg = <0x33>;
|
|
};
|
|
};
|
|
|
|
i2c@80128000 {
|
|
lp5521@0x33 {
|
|
compatible = "lp5521";
|
|
reg = <0x33>;
|
|
};
|
|
|
|
lp5521@0x34 {
|
|
compatible = "lp5521";
|
|
reg = <0x34>;
|
|
};
|
|
|
|
bh1780@0x29 {
|
|
compatible = "rohm,bh1780gli";
|
|
reg = <0x33>;
|
|
};
|
|
};
|
|
|
|
msp1: msp@80124000 {
|
|
status = "okay";
|
|
};
|
|
|
|
msp3: msp@80125000 {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|