Kukjin Kim | 1355bbc | 2012-10-24 13:41:15 +0900 | [diff] [blame] | 1 | /* |
| 2 | * SAMSUNG SSDK5440 board device tree source |
| 3 | * |
| 4 | * Copyright (c) 2012 Samsung Electronics Co., Ltd. |
| 5 | * http://www.samsung.com |
| 6 | * |
| 7 | * This program is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU General Public License version 2 as |
| 9 | * published by the Free Software Foundation. |
| 10 | */ |
| 11 | |
| 12 | /dts-v1/; |
| 13 | /include/ "exynos5440.dtsi" |
| 14 | |
| 15 | / { |
| 16 | model = "SAMSUNG SSDK5440 board based on EXYNOS5440"; |
| 17 | compatible = "samsung,ssdk5440", "samsung,exynos5440"; |
| 18 | |
| 19 | memory { |
| 20 | reg = <0x80000000 0x80000000>; |
| 21 | }; |
| 22 | |
| 23 | chosen { |
Kukjin Kim | ca6f1e4 | 2012-12-06 16:27:55 +0900 | [diff] [blame] | 24 | bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x81000000,8M console=ttySAC0,115200 init=/linuxrc"; |
Kukjin Kim | 1355bbc | 2012-10-24 13:41:15 +0900 | [diff] [blame] | 25 | }; |
| 26 | |
| 27 | spi { |
| 28 | status = "disabled"; |
| 29 | }; |
Thomas Abraham | 8b6076d | 2013-03-09 17:19:22 +0900 | [diff] [blame^] | 30 | |
| 31 | fixed-rate-clocks { |
| 32 | xtal { |
| 33 | compatible = "samsung,clock-xtal"; |
| 34 | clock-frequency = <50000000>; |
| 35 | }; |
| 36 | }; |
Kukjin Kim | 1355bbc | 2012-10-24 13:41:15 +0900 | [diff] [blame] | 37 | }; |