From 15946aa171130fea3b172853640f64d8823958fc Mon Sep 17 00:00:00 2001 From: Gokul Sriram Palanisamy Date: Mon, 29 May 2017 20:11:21 +0530 Subject: [PATCH] ARM: dts: ipq8074: Added support for HK02 board Change-Id: Ie48cef59239b5d082333337c443504d218b83d4c Signed-off-by: Gokul Sriram Palanisamy --- arch/arm/dts/Makefile | 3 ++- arch/arm/dts/ipq807x-hk02.dts | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 arch/arm/dts/ipq807x-hk02.dts diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index a6443fe609..8a360a25ed 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -20,7 +20,8 @@ dtb-$(CONFIG_EXYNOS5) += exynos5250-arndale.dtb \ exynos5800-peach-pi.dtb \ exynos5422-odroidxu3.dtb -dtb-$(CONFIG_ARCH_IPQ807x) += ipq807x-hk01.dtb +dtb-$(CONFIG_ARCH_IPQ807x) += ipq807x-hk01.dtb \ + ipq807x-hk02.dtb dtb-$(CONFIG_ARCH_IPQ806x) += ipq806x-ap148.dtb \ ipq806x-ap160.dtb \ diff --git a/arch/arm/dts/ipq807x-hk02.dts b/arch/arm/dts/ipq807x-hk02.dts new file mode 100644 index 0000000000..c5e58d18c8 --- /dev/null +++ b/arch/arm/dts/ipq807x-hk02.dts @@ -0,0 +1,27 @@ +/* + * Copyright (c) 2016 - 2017, 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 "ipq807x-soc.dtsi" +#include +/ { + model ="QCA, IPQ807x-HK02"; + compatible = "qca,ipq807x", "qca,ipq807x-hk02"; + machid = <0x08010001>; + config_name = "config@hk02"; + + aliases { + console = "/serial@78B3000"; + }; +}; +