blob: 92bd2c6f76316171718d1d3f4fb63b9daa9be4d1 [file] [log] [blame]
Kukjin Kim1355bbc2012-10-24 13:41:15 +09001/*
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 Venna37992792013-06-18 00:02:08 +090013#include "exynos5440.dtsi"
Javier Martinez Canillasdf829b02015-10-08 07:39:58 +090014#include <dt-bindings/gpio/gpio.h>
Kukjin Kim1355bbc2012-10-24 13:41:15 +090015
16/ {
17 model = "SAMSUNG SSDK5440 board based on EXYNOS5440";
Sachin Kamat8bdb31b2014-03-21 02:17:22 +090018 compatible = "samsung,ssdk5440", "samsung,exynos5440", "samsung,exynos5";
Kukjin Kim1355bbc2012-10-24 13:41:15 +090019
Kukjin Kim1355bbc2012-10-24 13:41:15 +090020 chosen {
Youngmin Namfc017072013-10-07 23:16:18 +090021 bootargs = "root=/dev/sda2 rw rootwait ignore_loglevel earlyprintk no_console_suspend mem=2048M@0x80000000 mem=6144M@0x100000000 console=ttySAC0,115200";
Kukjin Kim1355bbc2012-10-24 13:41:15 +090022 };
23
Javier Martinez Canillas91e723c2016-09-01 11:06:50 +020024 /* FIXME: set reg property with correct start address and size */
Javier Martinez Canillasa0eb1092016-09-01 11:06:56 +020025 memory@0 {
Javier Martinez Canillas91e723c2016-09-01 11:06:50 +020026 device_type = "memory";
27 reg = <0 0>;
28 };
29
Thomas Abraham8b6076d2013-03-09 17:19:22 +090030 fixed-rate-clocks {
31 xtal {
32 compatible = "samsung,clock-xtal";
33 clock-frequency = <50000000>;
34 };
35 };
Krzysztof Kozlowski01997e32015-04-17 22:53:08 +090036};
Jingoo Hanb342e642013-06-21 16:26:14 +090037
Krzysztof Kozlowski01997e32015-04-17 22:53:08 +090038&pcie_0 {
Javier Martinez Canillasdf829b02015-10-08 07:39:58 +090039 reset-gpio = <&pin_ctrl 5 GPIO_ACTIVE_HIGH>;
Krzysztof Kozlowski01997e32015-04-17 22:53:08 +090040 status = "okay";
41};
42
43&pcie_1 {
Javier Martinez Canillasdf829b02015-10-08 07:39:58 +090044 reset-gpio = <&pin_ctrl 22 GPIO_ACTIVE_HIGH>;
Krzysztof Kozlowski01997e32015-04-17 22:53:08 +090045 status = "okay";
46};
47
48&spi_0 {
49 flash: w25q128@0 {
50 #address-cells = <1>;
51 #size-cells = <1>;
52 compatible = "winbond,w25q128";
53 spi-max-frequency = <15625000>;
54 reg = <0>;
55 controller-data {
56 samsung,spi-feedback-delay = <0>;
57 };
58
59 partition@00000 {
60 label = "BootLoader";
61 reg = <0x60000 0x80000>;
62 read-only;
63 };
64
65 partition@e0000 {
66 label = "Recovery-Kernel";
67 reg = <0xe0000 0x300000>;
68 read-only;
69 };
70
71 partition@3e0000 {
72 label = "CRAM-FS";
73 reg = <0x3e0000 0x700000>;
74 read-only;
75 };
76
77 partition@ae0000 {
78 label = "User-Data";
79 reg = <0xae0000 0x520000>;
80 };
81
Jingoo Hanb342e642013-06-21 16:26:14 +090082 };
83
Kukjin Kim1355bbc2012-10-24 13:41:15 +090084};