.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Header providing constants for bcm2835 pinctrl bindings. |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2015 Stefan Wahren <stefan.wahren@i2se.com> |
---|
5 | | - * |
---|
6 | | - * The code contained herein is licensed under the GNU General Public |
---|
7 | | - * License. You may obtain a copy of the GNU General Public License |
---|
8 | | - * Version 2 at the following locations: |
---|
9 | | - * |
---|
10 | | - * http://www.opensource.org/licenses/gpl-license.html |
---|
11 | | - * http://www.gnu.org/copyleft/gpl.html |
---|
12 | 6 | */ |
---|
13 | 7 | |
---|
14 | 8 | #ifndef __DT_BINDINGS_PINCTRL_BCM2835_H__ |
---|