mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 11:38:51 +01:00
Merge "ipq807x: dts: Added devicetree for HK01-C2 board"
This commit is contained in:
commit
ee2d084fd8
2 changed files with 33 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ dtb-$(CONFIG_ARCH_IPQ807x) += ipq807x-hk01.dtb \
|
|||
ipq807x-hk05.dtb \
|
||||
ipq807x-hk06.dtb \
|
||||
ipq807x-db-hk01.dtb \
|
||||
ipq807x-db-hk02.dtb
|
||||
ipq807x-db-hk02.dtb \
|
||||
ipq807x-hk01-c2.dtb
|
||||
|
||||
dtb-$(CONFIG_ARCH_IPQ806x) += ipq806x-ap148.dtb \
|
||||
ipq806x-ap160.dtb \
|
||||
|
|
|
|||
31
arch/arm/dts/ipq807x-hk01-c2.dts
Normal file
31
arch/arm/dts/ipq807x-hk01-c2.dts
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
/*
|
||||
* Copyright (c) 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-HK01.C2";
|
||||
compatible = "qca,ipq807x", "qca,ipq807x-hk01.c2";
|
||||
machid = <0x08010100>;
|
||||
config_name = "config@hk01.c2";
|
||||
|
||||
aliases {
|
||||
console = "/serial@78B3000";
|
||||
uart2 = "/serial@78B0000";
|
||||
i2c0 = "/i2c@78b6000";
|
||||
pci0 = "/pci@20000000";
|
||||
pci1 = "/pci@10000000";
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Add table
Reference in a new issue