mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-16 04:49:11 +01:00
dts: ipq6018: Add support for CP02-C1
Change-Id: I1114f6afcac39a7dcde9beef675a7ec723d41f8f Signed-off-by: Antony Arun T <antothom@codeaurora.org>
This commit is contained in:
parent
57f9843498
commit
ae32d441d8
2 changed files with 30 additions and 1 deletions
|
|
@ -62,7 +62,8 @@ dtb-$(CONFIG_ARCH_IPQ40xx) += ipq40xx-dk01-c1.dtb \
|
|||
ipq40xx-dk06-c1.dtb
|
||||
|
||||
dtb-$(CONFIG_ARCH_IPQ6018) += ipq6018-cp01-c1.dtb \
|
||||
ipq6018-emulation.dtb
|
||||
ipq6018-cp02-c1.dtb \
|
||||
ipq6018-emulation.dtb
|
||||
|
||||
dtb-$(CONFIG_ARCH_ROCKCHIP) += \
|
||||
rk3288-firefly.dtb \
|
||||
|
|
|
|||
28
arch/arm/dts/ipq6018-cp02-c1.dts
Normal file
28
arch/arm/dts/ipq6018-cp02-c1.dts
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
/*
|
||||
* Copyright (c) 2019, 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 "ipq6018-soc.dtsi"
|
||||
/ {
|
||||
model ="QCA, IPQ6018-CP02-c1";
|
||||
compatible = "qca,ipq6018", "qca,ipq6018-cp02-c1";
|
||||
machid = <0x8030100>;
|
||||
config_name = "config@cp02-c1";
|
||||
|
||||
aliases {
|
||||
console = "/serial@78B1000";
|
||||
mmc = "/sdhci@7804000";
|
||||
pci0 = "/pci@20000000";
|
||||
usb0 = "/xhci@8a00000";
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Reference in a new issue