blob: e853882921ecaf4a219e59591176e369367a0fcd [file] [log] [blame]
Lee Jones6af7fd82012-08-30 15:53:39 +01001/*
2 * Copyright 2012 ST-Ericsson AB
3 *
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
7 *
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
10 */
11
12/dts-v1/;
13/include/ "dbx5x0.dtsi"
14
15/ {
16 model = "ST-Ericsson HREF platform with Device Tree";
17 compatible = "st-ericsson,hrefv60+";
18
19 memory {
20 reg = <0x00000000 0x20000000>;
21 };
22
23 soc-u9500 {
Lee Jones9905f7c2012-08-30 15:57:31 +010024 uart@80120000 {
25 status = "okay";
26 };
Lee Jones6af7fd82012-08-30 15:53:39 +010027
Lee Jones9905f7c2012-08-30 15:57:31 +010028 uart@80121000 {
29 status = "okay";
30 };
31
32 uart@80007000 {
33 status = "okay";
34 };
Lee Jones71e81182012-09-18 17:17:38 +020035
36 i2c@80004000 {
37 tc3589x@42 {
38 compatible = "tc3589x";
39 reg = <0x42>;
40 };
41
42 tps61052@33 {
43 compatible = "tps61052";
44 reg = <0x33>;
45 };
46 };
47
48 i2c@80128000 {
49 lp5521@0x33 {
50 compatible = "lp5521";
51 reg = <0x33>;
52 };
53
54 lp5521@0x34 {
55 compatible = "lp5521";
56 reg = <0x34>;
57 };
58
59 bh1780@0x29 {
60 compatible = "rohm,bh1780gli";
61 reg = <0x33>;
62 };
63 };
Lee Jones301c3852012-09-18 17:21:00 +020064
Lee Jones73faf2b2012-09-18 17:22:23 +020065 sound {
66 compatible = "stericsson,snd-soc-mop500";
67
68 stericsson,cpu-dai = <&msp1 &msp3>;
69 stericsson,audio-codec = <&codec>;
70 };
71
Lee Jones301c3852012-09-18 17:21:00 +020072 msp1: msp@80124000 {
73 status = "okay";
74 };
75
76 msp3: msp@80125000 {
77 status = "okay";
78 };
Lee Jones6af7fd82012-08-30 15:53:39 +010079 };
80};