diff options
Diffstat (limited to 'arch/arm/boot/dts/exynos4210.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos4210.dtsi | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index 02891fe876e4..a4bd0c9a206e 100644 --- a/arch/arm/boot/dts/exynos4210.dtsi +++ b/arch/arm/boot/dts/exynos4210.dtsi | |||
@@ -20,6 +20,7 @@ | |||
20 | */ | 20 | */ |
21 | 21 | ||
22 | /include/ "skeleton.dtsi" | 22 | /include/ "skeleton.dtsi" |
23 | /include/ "exynos4210-pinctrl.dtsi" | ||
23 | 24 | ||
24 | / { | 25 | / { |
25 | compatible = "samsung,exynos4210"; | 26 | compatible = "samsung,exynos4210"; |
@@ -29,6 +30,9 @@ | |||
29 | spi0 = &spi_0; | 30 | spi0 = &spi_0; |
30 | spi1 = &spi_1; | 31 | spi1 = &spi_1; |
31 | spi2 = &spi_2; | 32 | spi2 = &spi_2; |
33 | pinctrl0 = &pinctrl_0; | ||
34 | pinctrl1 = &pinctrl_1; | ||
35 | pinctrl2 = &pinctrl_2; | ||
32 | }; | 36 | }; |
33 | 37 | ||
34 | gic:interrupt-controller@10490000 { | 38 | gic:interrupt-controller@10490000 { |
@@ -50,6 +54,39 @@ | |||
50 | <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>; | 54 | <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>; |
51 | }; | 55 | }; |
52 | 56 | ||
57 | pinctrl_0: pinctrl@11400000 { | ||
58 | compatible = "samsung,pinctrl-exynos4210"; | ||
59 | reg = <0x11400000 0x1000>; | ||
60 | interrupts = <0 47 0>; | ||
61 | interrupt-controller; | ||
62 | #interrupt-cells = <2>; | ||
63 | }; | ||
64 | |||
65 | pinctrl_1: pinctrl@11000000 { | ||
66 | compatible = "samsung,pinctrl-exynos4210"; | ||
67 | reg = <0x11000000 0x1000>; | ||
68 | interrupts = <0 46 0>; | ||
69 | interrupt-controller; | ||
70 | #interrupt-cells = <2>; | ||
71 | |||
72 | wakup_eint: wakeup-interrupt-controller { | ||
73 | compatible = "samsung,exynos4210-wakeup-eint"; | ||
74 | interrupt-parent = <&gic>; | ||
75 | interrupt-controller; | ||
76 | #interrupt-cells = <2>; | ||
77 | interrupts = <0 16 0>, <0 17 0>, <0 18 0>, <0 19 0>, | ||
78 | <0 20 0>, <0 21 0>, <0 22 0>, <0 23 0>, | ||
79 | <0 24 0>, <0 25 0>, <0 26 0>, <0 27 0>, | ||
80 | <0 28 0>, <0 29 0>, <0 30 0>, <0 31 0>, | ||
81 | <0 32 0>; | ||
82 | }; | ||
83 | }; | ||
84 | |||
85 | pinctrl_2: pinctrl@03860000 { | ||
86 | compatible = "samsung,pinctrl-exynos4210"; | ||
87 | reg = <0x03860000 0x1000>; | ||
88 | }; | ||
89 | |||
53 | watchdog@10060000 { | 90 | watchdog@10060000 { |
54 | compatible = "samsung,s3c2410-wdt"; | 91 | compatible = "samsung,s3c2410-wdt"; |
55 | reg = <0x10060000 0x100>; | 92 | reg = <0x10060000 0x100>; |