1*f98852bfSAndre Przywara /* 2*f98852bfSAndre Przywara * Copyright (C) 2016 Maxime Ripard <maxime.ripard@free-electrons.com> 3*f98852bfSAndre Przywara * 4*f98852bfSAndre Przywara * This file is dual-licensed: you can use it either under the terms 5*f98852bfSAndre Przywara * of the GPL or the X11 license, at your option. Note that this dual 6*f98852bfSAndre Przywara * licensing only applies to this file, and not this project as a 7*f98852bfSAndre Przywara * whole. 8*f98852bfSAndre Przywara * 9*f98852bfSAndre Przywara * a) This file is free software; you can redistribute it and/or 10*f98852bfSAndre Przywara * modify it under the terms of the GNU General Public License as 11*f98852bfSAndre Przywara * published by the Free Software Foundation; either version 2 of the 12*f98852bfSAndre Przywara * License, or (at your option) any later version. 13*f98852bfSAndre Przywara * 14*f98852bfSAndre Przywara * This file is distributed in the hope that it will be useful, 15*f98852bfSAndre Przywara * but WITHOUT ANY WARRANTY; without even the implied warranty of 16*f98852bfSAndre Przywara * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17*f98852bfSAndre Przywara * GNU General Public License for more details. 18*f98852bfSAndre Przywara * 19*f98852bfSAndre Przywara * Or, alternatively, 20*f98852bfSAndre Przywara * 21*f98852bfSAndre Przywara * b) Permission is hereby granted, free of charge, to any person 22*f98852bfSAndre Przywara * obtaining a copy of this software and associated documentation 23*f98852bfSAndre Przywara * files (the "Software"), to deal in the Software without 24*f98852bfSAndre Przywara * restriction, including without limitation the rights to use, 25*f98852bfSAndre Przywara * copy, modify, merge, publish, distribute, sublicense, and/or 26*f98852bfSAndre Przywara * sell copies of the Software, and to permit persons to whom the 27*f98852bfSAndre Przywara * Software is furnished to do so, subject to the following 28*f98852bfSAndre Przywara * conditions: 29*f98852bfSAndre Przywara * 30*f98852bfSAndre Przywara * The above copyright notice and this permission notice shall be 31*f98852bfSAndre Przywara * included in all copies or substantial portions of the Software. 32*f98852bfSAndre Przywara * 33*f98852bfSAndre Przywara * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 34*f98852bfSAndre Przywara * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 35*f98852bfSAndre Przywara * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 36*f98852bfSAndre Przywara * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 37*f98852bfSAndre Przywara * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 38*f98852bfSAndre Przywara * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 39*f98852bfSAndre Przywara * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 40*f98852bfSAndre Przywara * OTHER DEALINGS IN THE SOFTWARE. 41*f98852bfSAndre Przywara */ 42*f98852bfSAndre Przywara 43*f98852bfSAndre Przywara #ifndef _DT_BINDINGS_RST_SUN50I_A64_H_ 44*f98852bfSAndre Przywara #define _DT_BINDINGS_RST_SUN50I_A64_H_ 45*f98852bfSAndre Przywara 46*f98852bfSAndre Przywara #define RST_USB_PHY0 0 47*f98852bfSAndre Przywara #define RST_USB_PHY1 1 48*f98852bfSAndre Przywara #define RST_USB_HSIC 2 49*f98852bfSAndre Przywara #define RST_DRAM 3 50*f98852bfSAndre Przywara #define RST_MBUS 4 51*f98852bfSAndre Przywara #define RST_BUS_MIPI_DSI 5 52*f98852bfSAndre Przywara #define RST_BUS_CE 6 53*f98852bfSAndre Przywara #define RST_BUS_DMA 7 54*f98852bfSAndre Przywara #define RST_BUS_MMC0 8 55*f98852bfSAndre Przywara #define RST_BUS_MMC1 9 56*f98852bfSAndre Przywara #define RST_BUS_MMC2 10 57*f98852bfSAndre Przywara #define RST_BUS_NAND 11 58*f98852bfSAndre Przywara #define RST_BUS_DRAM 12 59*f98852bfSAndre Przywara #define RST_BUS_EMAC 13 60*f98852bfSAndre Przywara #define RST_BUS_TS 14 61*f98852bfSAndre Przywara #define RST_BUS_HSTIMER 15 62*f98852bfSAndre Przywara #define RST_BUS_SPI0 16 63*f98852bfSAndre Przywara #define RST_BUS_SPI1 17 64*f98852bfSAndre Przywara #define RST_BUS_OTG 18 65*f98852bfSAndre Przywara #define RST_BUS_EHCI0 19 66*f98852bfSAndre Przywara #define RST_BUS_EHCI1 20 67*f98852bfSAndre Przywara #define RST_BUS_OHCI0 21 68*f98852bfSAndre Przywara #define RST_BUS_OHCI1 22 69*f98852bfSAndre Przywara #define RST_BUS_VE 23 70*f98852bfSAndre Przywara #define RST_BUS_TCON0 24 71*f98852bfSAndre Przywara #define RST_BUS_TCON1 25 72*f98852bfSAndre Przywara #define RST_BUS_DEINTERLACE 26 73*f98852bfSAndre Przywara #define RST_BUS_CSI 27 74*f98852bfSAndre Przywara #define RST_BUS_HDMI0 28 75*f98852bfSAndre Przywara #define RST_BUS_HDMI1 29 76*f98852bfSAndre Przywara #define RST_BUS_DE 30 77*f98852bfSAndre Przywara #define RST_BUS_GPU 31 78*f98852bfSAndre Przywara #define RST_BUS_MSGBOX 32 79*f98852bfSAndre Przywara #define RST_BUS_SPINLOCK 33 80*f98852bfSAndre Przywara #define RST_BUS_DBG 34 81*f98852bfSAndre Przywara #define RST_BUS_LVDS 35 82*f98852bfSAndre Przywara #define RST_BUS_CODEC 36 83*f98852bfSAndre Przywara #define RST_BUS_SPDIF 37 84*f98852bfSAndre Przywara #define RST_BUS_THS 38 85*f98852bfSAndre Przywara #define RST_BUS_I2S0 39 86*f98852bfSAndre Przywara #define RST_BUS_I2S1 40 87*f98852bfSAndre Przywara #define RST_BUS_I2S2 41 88*f98852bfSAndre Przywara #define RST_BUS_I2C0 42 89*f98852bfSAndre Przywara #define RST_BUS_I2C1 43 90*f98852bfSAndre Przywara #define RST_BUS_I2C2 44 91*f98852bfSAndre Przywara #define RST_BUS_SCR 45 92*f98852bfSAndre Przywara #define RST_BUS_UART0 46 93*f98852bfSAndre Przywara #define RST_BUS_UART1 47 94*f98852bfSAndre Przywara #define RST_BUS_UART2 48 95*f98852bfSAndre Przywara #define RST_BUS_UART3 49 96*f98852bfSAndre Przywara #define RST_BUS_UART4 50 97*f98852bfSAndre Przywara 98*f98852bfSAndre Przywara #endif /* _DT_BINDINGS_RST_SUN50I_A64_H_ */ 99