Simon Glass | c6b0b09 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 1 | /* |
| 2 | * U-Boot additions to enable a generic Exynos GPIO driver |
| 3 | * |
| 4 | * Copyright (c) 2014 Google, Inc |
Simon Glass | 5b5e9ba | 2015-04-13 11:19:07 -0600 | [diff] [blame] | 5 | * |
| 6 | * SPDX-License-Identifier: GPL-2.0+ |
Simon Glass | c6b0b09 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 7 | */ |
| 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 | }; |