1c1fd2441SAndre Przywara/* 2c1fd2441SAndre Przywara * Copyright (c) 2016 ARM Ltd. 3c1fd2441SAndre Przywara * 4c1fd2441SAndre Przywara * This file is dual-licensed: you can use it either under the terms 5c1fd2441SAndre Przywara * of the GPL or the X11 license, at your option. Note that this dual 6c1fd2441SAndre Przywara * licensing only applies to this file, and not this project as a 7c1fd2441SAndre Przywara * whole. 8c1fd2441SAndre Przywara * 9c1fd2441SAndre Przywara * a) This library is free software; you can redistribute it and/or 10c1fd2441SAndre Przywara * modify it under the terms of the GNU General Public License as 11c1fd2441SAndre Przywara * published by the Free Software Foundation; either version 2 of the 12c1fd2441SAndre Przywara * License, or (at your option) any later version. 13c1fd2441SAndre Przywara * 14c1fd2441SAndre Przywara * This library is distributed in the hope that it will be useful, 15c1fd2441SAndre Przywara * but WITHOUT ANY WARRANTY; without even the implied warranty of 16c1fd2441SAndre Przywara * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17c1fd2441SAndre Przywara * GNU General Public License for more details. 18c1fd2441SAndre Przywara * 19c1fd2441SAndre Przywara * Or, alternatively, 20c1fd2441SAndre Przywara * 21c1fd2441SAndre Przywara * b) Permission is hereby granted, free of charge, to any person 22c1fd2441SAndre Przywara * obtaining a copy of this software and associated documentation 23c1fd2441SAndre Przywara * files (the "Software"), to deal in the Software without 24c1fd2441SAndre Przywara * restriction, including without limitation the rights to use, 25c1fd2441SAndre Przywara * copy, modify, merge, publish, distribute, sublicense, and/or 26c1fd2441SAndre Przywara * sell copies of the Software, and to permit persons to whom the 27c1fd2441SAndre Przywara * Software is furnished to do so, subject to the following 28c1fd2441SAndre Przywara * conditions: 29c1fd2441SAndre Przywara * 30c1fd2441SAndre Przywara * The above copyright notice and this permission notice shall be 31c1fd2441SAndre Przywara * included in all copies or substantial portions of the Software. 32c1fd2441SAndre Przywara * 33c1fd2441SAndre Przywara * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 34c1fd2441SAndre Przywara * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 35c1fd2441SAndre Przywara * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 36c1fd2441SAndre Przywara * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 37c1fd2441SAndre Przywara * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 38c1fd2441SAndre Przywara * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 39c1fd2441SAndre Przywara * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 40c1fd2441SAndre Przywara * OTHER DEALINGS IN THE SOFTWARE. 41c1fd2441SAndre Przywara */ 42c1fd2441SAndre Przywara 43*f98852bfSAndre Przywara#include "sun50i-a64-pine64.dts" 44c1fd2441SAndre Przywara 45c1fd2441SAndre Przywara/ { 46c1fd2441SAndre Przywara model = "Pine64+"; 47c1fd2441SAndre Przywara compatible = "pine64,pine64-plus", "allwinner,sun50i-a64"; 48c1fd2441SAndre Przywara 49*f98852bfSAndre Przywara /* TODO: Camera, Ethernet PHY, touchscreen, etc. */ 50c1fd2441SAndre Przywara}; 51