12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- /*
- * 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";
- };
- };
- };
|