]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/dts/exynos54xx-pinctrl-uboot.dtsi
Merge branch 'master' of git://git.denx.de/u-boot-imx
[karo-tx-uboot.git] / arch / arm / dts / exynos54xx-pinctrl-uboot.dtsi
1 /*
2  * U-Boot additions to enable a generic Exynos GPIO driver
3  *
4  * Copyright (c) 2014 Google, Inc
5  */
6
7 /{
8         /*
9          * Replicate the ordering of arch/arm/include/asm/arch-exynos/gpio.h
10          * TODO(sjg@chromium.org): This ordering ceases to matter once GPIO
11          * numbers are not needed in U-Boot for exynos.
12          */
13         pinctrl@14010000 {
14                 #address-cells = <1>;
15                 #size-cells = <0>;
16         };
17         pinctrl@13400000 {
18                 #address-cells = <1>;
19                 #size-cells = <0>;
20                 gpy7 {
21                 };
22
23                 gpx0 {
24                         reg = <0xc00>;
25                 };
26         };
27         pinctrl@13410000 {
28                 #address-cells = <1>;
29                 #size-cells = <0>;
30         };
31         pinctrl@14000000 {
32                 #address-cells = <1>;
33                 #size-cells = <0>;
34         };
35         pinctrl@03860000 {
36                 #address-cells = <1>;
37                 #size-cells = <0>;
38         };
39
40 };