Chander Kashyap | a2ac68f | 2013-08-21 10:38:56 +0530 | [diff] [blame] | 1 | /* |
| 2 | * SAMSUNG Arndale board device tree source |
| 3 | * |
| 4 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. |
| 5 | * http://www.samsung.com |
| 6 | * |
| 7 | * SPDX-License-Identifier: GPL-2.0+ |
| 8 | */ |
| 9 | |
| 10 | /dts-v1/; |
Chander Kashyap | e223832 | 2013-09-10 13:41:36 +0530 | [diff] [blame] | 11 | #include "exynos5250.dtsi" |
Chander Kashyap | a2ac68f | 2013-08-21 10:38:56 +0530 | [diff] [blame] | 12 | |
| 13 | / { |
| 14 | model = "SAMSUNG Arndale board based on EXYNOS5250"; |
| 15 | compatible = "samsung,arndale", "samsung,exynos5250"; |
| 16 | |
| 17 | aliases { |
Simon Glass | f1ac35b | 2015-07-02 18:15:48 -0600 | [diff] [blame] | 18 | i2c0 = "/i2c@12C60000"; |
| 19 | i2c1 = "/i2c@12C70000"; |
| 20 | i2c2 = "/i2c@12C80000"; |
| 21 | i2c3 = "/i2c@12C90000"; |
| 22 | i2c4 = "/i2c@12CA0000"; |
| 23 | i2c5 = "/i2c@12CB0000"; |
| 24 | i2c6 = "/i2c@12CC0000"; |
| 25 | i2c7 = "/i2c@12CD0000"; |
Chander Kashyap | a2ac68f | 2013-08-21 10:38:56 +0530 | [diff] [blame] | 26 | serial0 = "/serial@12C20000"; |
| 27 | console = "/serial@12C20000"; |
| 28 | }; |
Inderpal Singh | cc2b101 | 2013-08-21 10:38:57 +0530 | [diff] [blame] | 29 | |
| 30 | mmc@12200000 { |
| 31 | samsung,bus-width = <8>; |
| 32 | samsung,timing = <1 3 3>; |
| 33 | }; |
| 34 | |
| 35 | mmc@12210000 { |
| 36 | status = "disabled"; |
| 37 | }; |
| 38 | |
| 39 | mmc@12220000 { |
| 40 | samsung,bus-width = <4>; |
| 41 | samsung,timing = <1 2 3>; |
| 42 | }; |
| 43 | |
| 44 | mmc@12230000 { |
| 45 | status = "disabled"; |
| 46 | }; |
Chander Kashyap | a2ac68f | 2013-08-21 10:38:56 +0530 | [diff] [blame] | 47 | }; |