mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
This gerrit adds missing configs and config_name device tree entry to enable bootipq support for AP148. Change-Id: If1fb4aa1a3d7d7091b31f882a24f775ced6df52f Signed-off-by: Gokul Sriram Palanisamy <gpalan@codeaurora.org>
25 lines
754 B
Text
25 lines
754 B
Text
/*
|
|
* Copyright (c) 2016, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "ipq806x-soc.dtsi"
|
|
/ {
|
|
model ="QCA, IPQ806x-AP160";
|
|
compatible = "qca,ipq806x", "qca,ipq806x-ap160";
|
|
machid = <4971>;
|
|
config_name = "config@ap160";
|
|
|
|
aliases {
|
|
console = "/serial@16340000";
|
|
};
|
|
};
|