xref: /openbmc/u-boot/arch/arm/dts/exynos5250.dtsi (revision da58dec8)
1/*
2 * (C) Copyright 2012 SAMSUNG Electronics
3 * SAMSUNG EXYNOS5250 SoC device tree source
4 *
5 * SPDX-License-Identifier:	GPL-2.0+
6 */
7
8#include "exynos5.dtsi"
9#include "exynos5250-pinctrl.dtsi"
10#include "exynos5250-pinctrl-uboot.dtsi"
11
12/ {
13	aliases {
14		pinctrl0 = &pinctrl_0;
15		pinctrl1 = &pinctrl_1;
16		pinctrl2 = &pinctrl_2;
17		pinctrl3 = &pinctrl_3;
18	};
19
20	pinctrl_0: pinctrl@11400000 {
21		compatible = "samsung,exynos5250-pinctrl";
22		reg = <0x11400000 0x1000>;
23		interrupts = <0 46 0>;
24
25		wakup_eint: wakeup-interrupt-controller {
26			compatible = "samsung,exynos4210-wakeup-eint";
27			interrupt-parent = <&gic>;
28			interrupts = <0 32 0>;
29		};
30	};
31
32	pinctrl_1: pinctrl@13400000 {
33		compatible = "samsung,exynos5250-pinctrl";
34		reg = <0x13400000 0x1000>;
35		interrupts = <0 45 0>;
36	};
37
38	pinctrl_2: pinctrl@10d10000 {
39		compatible = "samsung,exynos5250-pinctrl";
40		reg = <0x10d10000 0x1000>;
41		interrupts = <0 50 0>;
42	};
43
44	pinctrl_3: pinctrl@03860000 {
45		compatible = "samsung,exynos5250-pinctrl";
46		reg = <0x03860000 0x1000>;
47		interrupts = <0 47 0>;
48	};
49
50	i2c_4: i2c@12CA0000 {
51		compatible = "samsung,s3c2440-i2c";
52		reg = <0x12CA0000 0x100>;
53		interrupts = <0 60 0>;
54		#address-cells = <1>;
55		#size-cells = <0>;
56	};
57
58	i2c_5: i2c@12CB0000 {
59		compatible = "samsung,s3c2440-i2c";
60		reg = <0x12CB0000 0x100>;
61		interrupts = <0 61 0>;
62		#address-cells = <1>;
63		#size-cells = <0>;
64	};
65
66	i2c_6: i2c@12CC0000 {
67		compatible = "samsung,s3c2440-i2c";
68		reg = <0x12CC0000 0x100>;
69		interrupts = <0 62 0>;
70		#address-cells = <1>;
71		#size-cells = <0>;
72	};
73
74	i2c_7: i2c@12CD0000 {
75		compatible = "samsung,s3c2440-i2c";
76		reg = <0x12CD0000 0x100>;
77		interrupts = <0 63 0>;
78		#address-cells = <1>;
79		#size-cells = <0>;
80	};
81
82	sound@3830000 {
83		compatible = "samsung,exynos-sound";
84		reg = <0x3830000 0x50>;
85		samsung,i2s-epll-clock-frequency = <192000000>;
86		samsung,i2s-sampling-rate = <48000>;
87		samsung,i2s-bits-per-sample = <16>;
88		samsung,i2s-channels = <2>;
89		samsung,i2s-lr-clk-framesize = <256>;
90		samsung,i2s-bit-clk-framesize = <32>;
91		samsung,i2s-id = <0>;
92	};
93
94	sound@12d60000 {
95		compatible = "samsung,exynos-sound";
96		reg = <0x12d60000 0x20>;
97		samsung,i2s-epll-clock-frequency = <192000000>;
98		samsung,i2s-sampling-rate = <48000>;
99		samsung,i2s-bits-per-sample = <16>;
100		samsung,i2s-channels = <2>;
101		samsung,i2s-lr-clk-framesize = <256>;
102		samsung,i2s-bit-clk-framesize = <32>;
103		samsung,i2s-id = <1>;
104	};
105
106
107	xhci@12000000 {
108		compatible = "samsung,exynos5250-xhci";
109		reg = <0x12000000 0x10000>;
110		#address-cells = <1>;
111		#size-cells = <1>;
112
113		phy {
114			compatible = "samsung,exynos5250-usb3-phy";
115			reg = <0x12100000 0x100>;
116		};
117	};
118
119};
120