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 |
| 6 | */ |
| 7 | |
| 8 | /{ |
| 9 | pinctrl_0: pinctrl@11400000 { |
| 10 | #address-cells = <1>; |
Przemyslaw Marczak | 18248e3 | 2016-01-12 15:40:43 +0100 | [diff] [blame] | 11 | #size-cells = <1>; |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 12 | gpf0: gpf0 { |
Przemyslaw Marczak | 18248e3 | 2016-01-12 15:40:43 +0100 | [diff] [blame] | 13 | reg = <0x180 0x20>; |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 14 | }; |
| 15 | gpj0: gpj0 { |
Przemyslaw Marczak | 18248e3 | 2016-01-12 15:40:43 +0100 | [diff] [blame] | 16 | reg = <0x240 0x20>; |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 17 | }; |
| 18 | }; |
| 19 | |
| 20 | pinctrl_1: pinctrl@11000000 { |
| 21 | #address-cells = <1>; |
Przemyslaw Marczak | 18248e3 | 2016-01-12 15:40:43 +0100 | [diff] [blame] | 22 | #size-cells = <1>; |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 23 | gpk0: gpk0 { |
Przemyslaw Marczak | 18248e3 | 2016-01-12 15:40:43 +0100 | [diff] [blame] | 24 | reg = <0x40 0x20>; |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 25 | }; |
| 26 | gpm0: gpm0 { |
Przemyslaw Marczak | 18248e3 | 2016-01-12 15:40:43 +0100 | [diff] [blame] | 27 | reg = <0x260 0x20>; |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 28 | }; |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 29 | gpx0: gpx0 { |
Przemyslaw Marczak | 18248e3 | 2016-01-12 15:40:43 +0100 | [diff] [blame] | 30 | reg = <0xc00 0x20>; |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 31 | }; |
| 32 | }; |
| 33 | |
| 34 | pinctrl_2: pinctrl@03860000 { |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 35 | }; |
| 36 | |
| 37 | pinctrl_3: pinctrl@106E0000 { |
Simon Glass | 89e5838 | 2014-10-20 19:48:32 -0600 | [diff] [blame] | 38 | }; |
| 39 | |
| 40 | }; |