Lee Jones | 6af7fd8 | 2012-08-30 15:53:39 +0100 | [diff] [blame] | 1 | /* |
| 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 Jones | 9905f7c | 2012-08-30 15:57:31 +0100 | [diff] [blame] | 24 | uart@80120000 { |
| 25 | status = "okay"; |
| 26 | }; |
Lee Jones | 6af7fd8 | 2012-08-30 15:53:39 +0100 | [diff] [blame] | 27 | |
Lee Jones | 9905f7c | 2012-08-30 15:57:31 +0100 | [diff] [blame] | 28 | uart@80121000 { |
| 29 | status = "okay"; |
| 30 | }; |
| 31 | |
| 32 | uart@80007000 { |
| 33 | status = "okay"; |
| 34 | }; |
Lee Jones | 71e8118 | 2012-09-18 17:17:38 +0200 | [diff] [blame] | 35 | |
| 36 | i2c@80004000 { |
| 37 | tc3589x@42 { |
| 38 | compatible = "tc3589x"; |
| 39 | reg = <0x42>; |
Lee Jones | 3cb920a | 2012-09-19 16:25:32 +0200 | [diff] [blame] | 40 | interrupt-parent = <&gpio6>; |
| 41 | interrupts = <25 0x1>; |
| 42 | |
| 43 | interrupt-controller; |
| 44 | #interrupt-cells = <2>; |
| 45 | |
| 46 | tc3589x_gpio: tc3589x_gpio { |
| 47 | compatible = "tc3589x-gpio"; |
| 48 | interrupts = <0 0x1>; |
| 49 | |
| 50 | interrupt-controller; |
| 51 | #interrupt-cells = <2>; |
| 52 | gpio-controller; |
| 53 | #gpio-cells = <2>; |
| 54 | }; |
Lee Jones | 71e8118 | 2012-09-18 17:17:38 +0200 | [diff] [blame] | 55 | }; |
| 56 | |
| 57 | tps61052@33 { |
| 58 | compatible = "tps61052"; |
| 59 | reg = <0x33>; |
| 60 | }; |
| 61 | }; |
| 62 | |
| 63 | i2c@80128000 { |
| 64 | lp5521@0x33 { |
| 65 | compatible = "lp5521"; |
| 66 | reg = <0x33>; |
| 67 | }; |
| 68 | |
| 69 | lp5521@0x34 { |
| 70 | compatible = "lp5521"; |
| 71 | reg = <0x34>; |
| 72 | }; |
| 73 | |
| 74 | bh1780@0x29 { |
| 75 | compatible = "rohm,bh1780gli"; |
| 76 | reg = <0x33>; |
| 77 | }; |
| 78 | }; |
Lee Jones | 301c385 | 2012-09-18 17:21:00 +0200 | [diff] [blame] | 79 | |
Lee Jones | 73faf2b | 2012-09-18 17:22:23 +0200 | [diff] [blame] | 80 | sound { |
| 81 | compatible = "stericsson,snd-soc-mop500"; |
| 82 | |
| 83 | stericsson,cpu-dai = <&msp1 &msp3>; |
| 84 | stericsson,audio-codec = <&codec>; |
| 85 | }; |
| 86 | |
Lee Jones | 301c385 | 2012-09-18 17:21:00 +0200 | [diff] [blame] | 87 | msp1: msp@80124000 { |
| 88 | status = "okay"; |
| 89 | }; |
| 90 | |
| 91 | msp3: msp@80125000 { |
| 92 | status = "okay"; |
| 93 | }; |
Lee Jones | 6af7fd8 | 2012-08-30 15:53:39 +0100 | [diff] [blame] | 94 | }; |
| 95 | }; |