exynos7.dtsi (85a3685852d9ac7d92be9d824533c915a4597fa4) exynos7.dtsi (c60ce7fe82c46d9480b85858828e3042dfe6c9bf)
1/*
2 * SAMSUNG EXYNOS7 SoC device tree source
3 *
4 * Copyright (c) 2014 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

--- 12 unchanged lines hidden (view full) ---

21 pinctrl0 = &pinctrl_alive;
22 pinctrl1 = &pinctrl_bus0;
23 pinctrl2 = &pinctrl_nfc;
24 pinctrl3 = &pinctrl_touch;
25 pinctrl4 = &pinctrl_ff;
26 pinctrl5 = &pinctrl_ese;
27 pinctrl6 = &pinctrl_fsys0;
28 pinctrl7 = &pinctrl_fsys1;
1/*
2 * SAMSUNG EXYNOS7 SoC device tree source
3 *
4 * Copyright (c) 2014 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

--- 12 unchanged lines hidden (view full) ---

21 pinctrl0 = &pinctrl_alive;
22 pinctrl1 = &pinctrl_bus0;
23 pinctrl2 = &pinctrl_nfc;
24 pinctrl3 = &pinctrl_touch;
25 pinctrl4 = &pinctrl_ff;
26 pinctrl5 = &pinctrl_ese;
27 pinctrl6 = &pinctrl_fsys0;
28 pinctrl7 = &pinctrl_fsys1;
29 pinctrl8 = &pinctrl_bus1;
29 };
30
31 cpus {
32 #address-cells = <1>;
33 #size-cells = <0>;
34
35 cpu@0 {
36 device_type = "cpu";

--- 236 unchanged lines hidden (view full) ---

273 };
274
275 pinctrl_fsys1: pinctrl@15690000 {
276 compatible = "samsung,exynos7-pinctrl";
277 reg = <0x15690000 0x1000>;
278 interrupts = <0 203 0>;
279 };
280
30 };
31
32 cpus {
33 #address-cells = <1>;
34 #size-cells = <0>;
35
36 cpu@0 {
37 device_type = "cpu";

--- 236 unchanged lines hidden (view full) ---

274 };
275
276 pinctrl_fsys1: pinctrl@15690000 {
277 compatible = "samsung,exynos7-pinctrl";
278 reg = <0x15690000 0x1000>;
279 interrupts = <0 203 0>;
280 };
281
282 pinctrl_bus1: pinctrl@14870000 {
283 compatible = "samsung,exynos7-pinctrl";
284 reg = <0x14870000 0x1000>;
285 interrupts = <0 384 0>;
286 };
287
281 hsi2c_0: hsi2c@13640000 {
282 compatible = "samsung,exynos7-hsi2c";
283 reg = <0x13640000 0x1000>;
284 interrupts = <0 441 0>;
285 #address-cells = <1>;
286 #size-cells = <0>;
287 pinctrl-names = "default";
288 pinctrl-0 = <&hs_i2c0_bus>;

--- 242 unchanged lines hidden ---
288 hsi2c_0: hsi2c@13640000 {
289 compatible = "samsung,exynos7-hsi2c";
290 reg = <0x13640000 0x1000>;
291 interrupts = <0 441 0>;
292 #address-cells = <1>;
293 #size-cells = <0>;
294 pinctrl-names = "default";
295 pinctrl-0 = <&hs_i2c0_bus>;

--- 242 unchanged lines hidden ---