blob: 635a1b0d3a50157bc94e81e01712c6dd6f1e5ffe [file] [log] [blame]
Simon Glassc6b0b092014-10-20 19:48:32 -06001/*
2 * U-Boot additions to enable a generic Exynos GPIO driver
3 *
4 * Copyright (c) 2014 Google, Inc
Simon Glass5b5e9ba2015-04-13 11:19:07 -06005 *
6 * SPDX-License-Identifier: GPL-2.0+
Simon Glassc6b0b092014-10-20 19:48:32 -06007 */
8
9/{
10 /*
11 * Replicate the ordering of arch/arm/include/asm/arch-exynos/gpio.h
12 * TODO(sjg@chromium.org): This ordering ceases to matter once GPIO
13 * numbers are not needed in U-Boot for exynos.
14 */
15 pinctrl@14010000 {
16 #address-cells = <1>;
17 #size-cells = <0>;
18 };
19 pinctrl@13400000 {
20 #address-cells = <1>;
21 #size-cells = <0>;
22 gpy7 {
23 };
24
25 gpx0 {
26 reg = <0xc00>;
27 };
28 };
29 pinctrl@13410000 {
30 #address-cells = <1>;
31 #size-cells = <0>;
32 };
33 pinctrl@14000000 {
34 #address-cells = <1>;
35 #size-cells = <0>;
36 };
37 pinctrl@03860000 {
38 #address-cells = <1>;
39 #size-cells = <0>;
40 };
41
42};