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/; |
Padmavathi Venna | 3799279 | 2013-06-18 00:02:08 +0900 | [diff] [blame] | 13 | #include "exynos5440.dtsi" |
Kukjin Kim | 1355bbc | 2012-10-24 13:41:15 +0900 | [diff] [blame] | 14 | |
| 15 | / { |
| 16 | model = "SAMSUNG SSDK5440 board based on EXYNOS5440"; |
Sachin Kamat | 8bdb31b | 2014-03-21 02:17:22 +0900 | [diff] [blame] | 17 | compatible = "samsung,ssdk5440", "samsung,exynos5440", "samsung,exynos5"; |
Kukjin Kim | 1355bbc | 2012-10-24 13:41:15 +0900 | [diff] [blame] | 18 | |
Kukjin Kim | 1355bbc | 2012-10-24 13:41:15 +0900 | [diff] [blame] | 19 | chosen { |
Youngmin Nam | fc01707 | 2013-10-07 23:16:18 +0900 | [diff] [blame] | 20 | bootargs = "root=/dev/sda2 rw rootwait ignore_loglevel earlyprintk no_console_suspend mem=2048M@0x80000000 mem=6144M@0x100000000 console=ttySAC0,115200"; |
Kukjin Kim | 1355bbc | 2012-10-24 13:41:15 +0900 | [diff] [blame] | 21 | }; |
| 22 | |
Girish K S | dabd3f9 | 2013-06-18 06:35:14 +0900 | [diff] [blame] | 23 | spi_0: spi@D0000 { |
| 24 | |
| 25 | flash: w25q128@0 { |
| 26 | #address-cells = <1>; |
| 27 | #size-cells = <1>; |
| 28 | compatible = "winbond,w25q128"; |
| 29 | spi-max-frequency = <15625000>; |
| 30 | reg = <0>; |
| 31 | controller-data { |
| 32 | samsung,spi-feedback-delay = <0>; |
| 33 | }; |
| 34 | |
| 35 | partition@00000 { |
| 36 | label = "BootLoader"; |
| 37 | reg = <0x60000 0x80000>; |
| 38 | read-only; |
| 39 | }; |
| 40 | |
| 41 | partition@e0000 { |
| 42 | label = "Recovery-Kernel"; |
| 43 | reg = <0xe0000 0x300000>; |
| 44 | read-only; |
| 45 | }; |
| 46 | |
| 47 | partition@3e0000 { |
| 48 | label = "CRAM-FS"; |
| 49 | reg = <0x3e0000 0x700000>; |
| 50 | read-only; |
| 51 | }; |
| 52 | |
| 53 | partition@ae0000 { |
| 54 | label = "User-Data"; |
| 55 | reg = <0xae0000 0x520000>; |
| 56 | }; |
| 57 | |
| 58 | }; |
| 59 | |
Kukjin Kim | 1355bbc | 2012-10-24 13:41:15 +0900 | [diff] [blame] | 60 | }; |
Thomas Abraham | 8b6076d | 2013-03-09 17:19:22 +0900 | [diff] [blame] | 61 | |
| 62 | fixed-rate-clocks { |
| 63 | xtal { |
| 64 | compatible = "samsung,clock-xtal"; |
| 65 | clock-frequency = <50000000>; |
| 66 | }; |
| 67 | }; |
Jingoo Han | b342e64 | 2013-06-21 16:26:14 +0900 | [diff] [blame] | 68 | |
| 69 | pcie@290000 { |
| 70 | reset-gpio = <&pin_ctrl 5 0>; |
Jingoo Han | 331d7d6 | 2013-10-29 15:12:34 +0900 | [diff] [blame] | 71 | status = "okay"; |
Jingoo Han | b342e64 | 2013-06-21 16:26:14 +0900 | [diff] [blame] | 72 | }; |
| 73 | |
| 74 | pcie@2a0000 { |
| 75 | reset-gpio = <&pin_ctrl 22 0>; |
Jingoo Han | 331d7d6 | 2013-10-29 15:12:34 +0900 | [diff] [blame] | 76 | status = "okay"; |
Jingoo Han | b342e64 | 2013-06-21 16:26:14 +0900 | [diff] [blame] | 77 | }; |
Kukjin Kim | 1355bbc | 2012-10-24 13:41:15 +0900 | [diff] [blame] | 78 | }; |