1 /* $NetBSD: altr,rst-mgr-a10sr.h,v 1.1 2017/07/27 18:10:50 jmcneill Exp $ */ 2 3 /* 4 * Copyright Intel Corporation (C) 2017. All Rights Reserved 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms and conditions of the GNU General Public License, 8 * version 2, as published by the Free Software Foundation. 9 * 10 * This program is distributed in the hope it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 * Reset binding definitions for Altera Arria10 MAX5 System Resource Chip 19 * 20 * Adapted from altr,rst-mgr-a10.h 21 */ 22 23 #ifndef _DT_BINDINGS_RESET_ALTR_RST_MGR_A10SR_H 24 #define _DT_BINDINGS_RESET_ALTR_RST_MGR_A10SR_H 25 26 /* Peripheral PHY resets */ 27 #define A10SR_RESET_ENET_HPS 0 28 #define A10SR_RESET_PCIE 1 29 #define A10SR_RESET_FILE 2 30 #define A10SR_RESET_BQSPI 3 31 #define A10SR_RESET_USB 4 32 33 #define A10SR_RESET_NUM 5 34 35 #endif 36