Home | History | Annotate | Line # | Download | only in dts
      1  1.1  gutterid /* $NetBSD: rk3328-nanopi-r2s.dts,v 1.1 2023/08/31 01:23:55 gutteridge Exp $ */
      2  1.1  gutterid 
      3  1.1  gutterid /*-
      4  1.1  gutterid  * Copyright (c) 2023 David H. Gutteridge
      5  1.1  gutterid  * All rights reserved.
      6  1.1  gutterid  *
      7  1.1  gutterid  * Redistribution and use in source and binary forms, with or without
      8  1.1  gutterid  * modification, are permitted provided that the following conditions
      9  1.1  gutterid  * are met:
     10  1.1  gutterid  * 1. Redistributions of source code must retain the above copyright
     11  1.1  gutterid  *    notice, this list of conditions and the following disclaimer.
     12  1.1  gutterid  * 2. Redistributions in binary form must reproduce the above copyright
     13  1.1  gutterid  *    notice, this list of conditions and the following disclaimer in the
     14  1.1  gutterid  *    documentation and/or other materials provided with the distribution.
     15  1.1  gutterid  *
     16  1.1  gutterid  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     17  1.1  gutterid  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     18  1.1  gutterid  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     19  1.1  gutterid  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     20  1.1  gutterid  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
     21  1.1  gutterid  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
     22  1.1  gutterid  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
     23  1.1  gutterid  * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
     24  1.1  gutterid  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     25  1.1  gutterid  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     26  1.1  gutterid  * SUCH DAMAGE.
     27  1.1  gutterid  */
     28  1.1  gutterid 
     29  1.1  gutterid /* Include the crypto block in RK3328. */
     30  1.1  gutterid 
     31  1.1  gutterid #include "../../../external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts"
     32  1.1  gutterid #include "rk3328-crypto.dtsi"
     33