mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 19:48:59 +01:00
Merge "ARM: dts: ipq8074: Added support for HK02 board"
This commit is contained in:
commit
764be2c87d
2 changed files with 29 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
27
arch/arm/dts/ipq807x-hk02.dts
Normal file
27
arch/arm/dts/ipq807x-hk02.dts
Normal file
|
|
@ -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 <dt-bindings/qcom/gpio-ipq807x.h>
|
||||
/ {
|
||||
model ="QCA, IPQ807x-HK02";
|
||||
compatible = "qca,ipq807x", "qca,ipq807x-hk02";
|
||||
machid = <0x08010001>;
|
||||
config_name = "config@hk02";
|
||||
|
||||
aliases {
|
||||
console = "/serial@78B3000";
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Add table
Reference in a new issue