Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 2 | /* |
| 3 | * U-Boot additions to enable a generic Exynos GPIO driver |
| 4 | * |
| 5 | * Copyright (c) 2014 Google, Inc |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 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 | #address-cells = <1>; |
Przemyslaw Marczak | 18248e3 | 2016-01-12 15:40:43 +0100 | [diff] [blame] | 16 | #size-cells = <1>; |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 17 | }; |
| 18 | pinctrl@13400000 { |
| 19 | #address-cells = <1>; |
Przemyslaw Marczak | 18248e3 | 2016-01-12 15:40:43 +0100 | [diff] [blame] | 20 | #size-cells = <1>; |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 21 | gpy7 { |
| 22 | }; |
| 23 | |
| 24 | gpx0 { |
Przemyslaw Marczak | 18248e3 | 2016-01-12 15:40:43 +0100 | [diff] [blame] | 25 | reg = <0xc00 0x0>; |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 26 | }; |
| 27 | }; |
| 28 | pinctrl@13410000 { |
| 29 | #address-cells = <1>; |
Przemyslaw Marczak | 18248e3 | 2016-01-12 15:40:43 +0100 | [diff] [blame] | 30 | #size-cells = <1>; |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 31 | }; |
| 32 | pinctrl@14000000 { |
| 33 | #address-cells = <1>; |
Przemyslaw Marczak | 18248e3 | 2016-01-12 15:40:43 +0100 | [diff] [blame] | 34 | #size-cells = <1>; |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 35 | }; |
| 36 | pinctrl@03860000 { |
| 37 | #address-cells = <1>; |
Przemyslaw Marczak | 18248e3 | 2016-01-12 15:40:43 +0100 | [diff] [blame] | 38 | #size-cells = <1>; |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 39 | }; |
| 40 | |
| 41 | }; |