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