| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2005 Ivan Kokshaysky |
|---|
| 3 | 4 | * Copyright (C) SAN People |
|---|
| 4 | 5 | * |
|---|
| 5 | 6 | * Parallel I/O Controller (PIO) - System peripherals registers. |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 8 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 9 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 10 | | - * (at your option) any later version. |
|---|
| 11 | 7 | */ |
|---|
| 12 | 8 | |
|---|
| 13 | 9 | #ifndef __PINCTRL_AT91_H |
|---|
| .. | .. |
|---|
| 69 | 65 | #define AT91SAM9X5_PIO_DRIVER1 0x114 /*PIO Driver 1 register offset*/ |
|---|
| 70 | 66 | #define AT91SAM9X5_PIO_DRIVER2 0x118 /*PIO Driver 2 register offset*/ |
|---|
| 71 | 67 | |
|---|
| 68 | +#define SAM9X60_PIO_SLEWR 0x110 /* PIO Slew Rate Control Register */ |
|---|
| 69 | +#define SAM9X60_PIO_DRIVER1 0x118 /* PIO Driver 1 register offset */ |
|---|
| 70 | + |
|---|
| 72 | 71 | #endif |
|---|