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 | |
Kukjin Kim | 1355bbc | 2012-10-24 13:41:15 +0900 | [diff] [blame] | 19 | chosen { |
Subash Patel | fb05fb4 | 2013-04-05 15:22:59 +0900 | [diff] [blame] | 20 | bootargs = "root=/dev/sda2 rw rootwait ignore_loglevel early_printk no_console_suspend mem=2048M@0x80000000 console=ttySAC0,115200"; |
Kukjin Kim | 1355bbc | 2012-10-24 13:41:15 +0900 | [diff] [blame] | 21 | }; |
| 22 | |
| 23 | spi { |
| 24 | status = "disabled"; |
| 25 | }; |
Thomas Abraham | 8b6076d | 2013-03-09 17:19:22 +0900 | [diff] [blame] | 26 | |
| 27 | fixed-rate-clocks { |
| 28 | xtal { |
| 29 | compatible = "samsung,clock-xtal"; |
| 30 | clock-frequency = <50000000>; |
| 31 | }; |
| 32 | }; |
Jingoo Han | b342e64 | 2013-06-21 16:26:14 +0900 | [diff] [blame^] | 33 | |
| 34 | pcie@290000 { |
| 35 | reset-gpio = <&pin_ctrl 5 0>; |
| 36 | }; |
| 37 | |
| 38 | pcie@2a0000 { |
| 39 | reset-gpio = <&pin_ctrl 22 0>; |
| 40 | }; |
Kukjin Kim | 1355bbc | 2012-10-24 13:41:15 +0900 | [diff] [blame] | 41 | }; |