1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * U-Boot additions to enable a generic Exynos GPIO driver
4 *
5 * Copyright (c) 2014 Google, Inc
6 */
7
8/{
9	/*
10	 * Replicate the ordering of arch/arm/include/asm/arch-exynos/gpio.h
11	 * TODO(sjg@chromium.org): This ordering ceases to matter once GPIO
12	 * numbers are not needed in U-Boot for exynos.
13	 */
14	pinctrl@14010000 {
15	};
16	pinctrl@13400000 {
17		#address-cells = <1>;
18		#size-cells = <1>;
19		gpy7 {
20		};
21
22		gpx0 {
23			reg = <0xc00 0x0>;
24		};
25	};
26	pinctrl@13410000 {
27	};
28	pinctrl@14000000 {
29	};
30	pinctrl@03860000 {
31	};
32
33};
34