4 * Joshua Henderson, <joshua.henderson@microchip.com>
5 * Copyright (C) 2015 Microchip Technology Inc. All rights reserved.
7 * This program is free software; you can distribute it and/or modify it
8 * under the terms of the GNU General Public License (Version 2) as
9 * published by the Free Software Foundation.
11 * This program is distributed in the hope it will be useful, but WITHOUT
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 #ifndef PINCTRL_PINCTRL_PIC32_H
17 #define PINCTRL_PINCTRL_PIC32_H
20 #define ANSEL_REG 0x00
27 #define CNCON_REG 0x70
29 #define CNSTAT_REG 0x90
33 /* Input PPS Registers */
82 #define REFCLKI1R 0xE8
83 #define REFCLKI3R 0xF0
84 #define REFCLKI4R 0xF4
86 /* Output PPS Registers */
141 #endif /* PINCTRL_PINCTRL_PIC32_H */