aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos5250.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/exynos5250.dtsi')
-rw-r--r--arch/arm/boot/dts/exynos5250.dtsi28
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 004aaa8d123c..b55794b494b4 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -27,6 +27,10 @@
27 spi0 = &spi_0; 27 spi0 = &spi_0;
28 spi1 = &spi_1; 28 spi1 = &spi_1;
29 spi2 = &spi_2; 29 spi2 = &spi_2;
30 gsc0 = &gsc_0;
31 gsc1 = &gsc_1;
32 gsc2 = &gsc_2;
33 gsc3 = &gsc_3;
30 }; 34 };
31 35
32 gic:interrupt-controller@10481000 { 36 gic:interrupt-controller@10481000 {
@@ -460,4 +464,28 @@
460 #gpio-cells = <4>; 464 #gpio-cells = <4>;
461 }; 465 };
462 }; 466 };
467
468 gsc_0: gsc@0x13e00000 {
469 compatible = "samsung,exynos5-gsc";
470 reg = <0x13e00000 0x1000>;
471 interrupts = <0 85 0>;
472 };
473
474 gsc_1: gsc@0x13e10000 {
475 compatible = "samsung,exynos5-gsc";
476 reg = <0x13e10000 0x1000>;
477 interrupts = <0 86 0>;
478 };
479
480 gsc_2: gsc@0x13e20000 {
481 compatible = "samsung,exynos5-gsc";
482 reg = <0x13e20000 0x1000>;
483 interrupts = <0 87 0>;
484 };
485
486 gsc_3: gsc@0x13e30000 {
487 compatible = "samsung,exynos5-gsc";
488 reg = <0x13e30000 0x1000>;
489 interrupts = <0 88 0>;
490 };
463}; 491};