hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/pinctrl/pinctrl-at91.h
....@@ -1,13 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copyright (C) 2005 Ivan Kokshaysky
34 * Copyright (C) SAN People
45 *
56 * 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.
117 */
128
139 #ifndef __PINCTRL_AT91_H
....@@ -69,4 +65,7 @@
6965 #define AT91SAM9X5_PIO_DRIVER1 0x114 /*PIO Driver 1 register offset*/
7066 #define AT91SAM9X5_PIO_DRIVER2 0x118 /*PIO Driver 2 register offset*/
7167
68
+#define SAM9X60_PIO_SLEWR 0x110 /* PIO Slew Rate Control Register */
69
+#define SAM9X60_PIO_DRIVER1 0x118 /* PIO Driver 1 register offset */
70
+
7271 #endif