blob: 7a50b2e18eab84fc3c10c6faafe730c4a18dc361 [file] [log] [blame]
Hatim RV1b652072012-12-11 00:52:45 +00001/*
2 * SAMSUNG EXYNOS5250 SoC device tree source
3 *
4 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com
6 *
7 * SAMSUNG EXYNOS5250 SoC device nodes are listed in this file.
8 * EXYNOS5250 based board files can include this file and provide
9 * values for board specfic bindings.
10 *
11 * Note: This file does not include device nodes for all the controllers in
12 * EXYNOS5250 SoC. As device tree coverage for EXYNOS5250 increases,
13 * additional nodes can be added to this file.
14 *
15 * This program is free software; you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License version 2 as
17 * published by the Free Software Foundation.
18*/
19
20/include/ "skeleton.dtsi"
21
22/ {
23 compatible = "samsung,exynos5250";
24
25 sromc@12250000 {
26 compatible = "samsung,exynos-sromc";
27 reg = <0x12250000 0x20>;
28 #address-cells = <1>;
29 #size-cells = <0>;
30 };
Rajeshwari Shindec2425b62012-12-26 20:03:08 +000031
32 i2c@12c60000 {
33 #address-cells = <1>;
34 #size-cells = <0>;
35 compatible = "samsung,s3c2440-i2c";
36 reg = <0x12C60000 0x100>;
37 interrupts = <0 56 0>;
38 };
39
40 i2c@12c70000 {
41 #address-cells = <1>;
42 #size-cells = <0>;
43 compatible = "samsung,s3c2440-i2c";
44 reg = <0x12C70000 0x100>;
45 interrupts = <0 57 0>;
46 };
47
48 i2c@12c80000 {
49 #address-cells = <1>;
50 #size-cells = <0>;
51 compatible = "samsung,s3c2440-i2c";
52 reg = <0x12C80000 0x100>;
53 interrupts = <0 58 0>;
54 };
55
56 i2c@12c90000 {
57 #address-cells = <1>;
58 #size-cells = <0>;
59 compatible = "samsung,s3c2440-i2c";
60 reg = <0x12C90000 0x100>;
61 interrupts = <0 59 0>;
62 };
63
64 i2c@12ca0000 {
65 #address-cells = <1>;
66 #size-cells = <0>;
67 compatible = "samsung,s3c2440-i2c";
68 reg = <0x12CA0000 0x100>;
69 interrupts = <0 60 0>;
70 };
71
72 i2c@12cb0000 {
73 #address-cells = <1>;
74 #size-cells = <0>;
75 compatible = "samsung,s3c2440-i2c";
76 reg = <0x12CB0000 0x100>;
77 interrupts = <0 61 0>;
78 };
79
80 i2c@12cc0000 {
81 #address-cells = <1>;
82 #size-cells = <0>;
83 compatible = "samsung,s3c2440-i2c";
84 reg = <0x12CC0000 0x100>;
85 interrupts = <0 62 0>;
86 };
87
88 i2c@12cd0000 {
89 #address-cells = <1>;
90 #size-cells = <0>;
91 compatible = "samsung,s3c2440-i2c";
92 reg = <0x12CD0000 0x100>;
93 interrupts = <0 63 0>;
94 };
Hatim RV1b652072012-12-11 00:52:45 +000095};