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 pinctrl_0: pinctrl@11400000 { 10 compatible = "samsung,exynos4210-pinctrl"; 11 }; 12 13 pinctrl_1: pinctrl@11000000 { 14 #address-cells = <1>; 15 #size-cells = <1>; 16 gpx0: gpx0 { 17 reg = <0xc00 0x20>; 18 }; 19 }; 20 21 pinctrl_2: pinctrl@03860000 { 22 }; 23 24}; 25