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"; + }; +}; +