···11+/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */12/*22- * This file is provided under a dual BSD/GPLv2 license. When using or33- * redistributing this file, you may do so under either license.44- *55- * GPL LICENSE SUMMARY66- *73 * Copyright (c) 2016 BayLibre, SAS.84 * Author: Neil Armstrong <narmstrong@baylibre.com>99- *1010- * This program is free software; you can redistribute it and/or modify1111- * it under the terms of version 2 of the GNU General Public License as1212- * published by the Free Software Foundation.1313- *1414- * This program is distributed in the hope that it will be useful, but1515- * WITHOUT ANY WARRANTY; without even the implied warranty of1616- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU1717- * General Public License for more details.1818- *1919- * You should have received a copy of the GNU General Public License2020- * along with this program; if not, see <http://www.gnu.org/licenses/>.2121- * The full GNU General Public License is included in this distribution2222- * in the file called COPYING.2323- *2424- * BSD LICENSE2525- *2626- * Copyright (c) 2016 BayLibre, SAS.2727- * Author: Neil Armstrong <narmstrong@baylibre.com>2828- *2929- * Redistribution and use in source and binary forms, with or without3030- * modification, are permitted provided that the following conditions3131- * are met:3232- *3333- * * Redistributions of source code must retain the above copyright3434- * notice, this list of conditions and the following disclaimer.3535- * * Redistributions in binary form must reproduce the above copyright3636- * notice, this list of conditions and the following disclaimer in3737- * the documentation and/or other materials provided with the3838- * distribution.3939- * * Neither the name of Intel Corporation nor the names of its4040- * contributors may be used to endorse or promote products derived4141- * from this software without specific prior written permission.4242- *4343- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS4444- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT4545- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR4646- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT4747- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,4848- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT4949- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,5050- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY5151- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT5252- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE5353- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.545 */556#ifndef _DT_BINDINGS_AMLOGIC_MESON_GXBB_RESET_H567#define _DT_BINDINGS_AMLOGIC_MESON_GXBB_RESET_H