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