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>; |
| 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 Jones | 6af7fd8 | 2012-08-30 15:53:39 +0100 | [diff] [blame] | 64 | }; |
| 65 | }; |