mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-10 11:17:18 +01:00
Merge "dts: ipq807x: Added new device tree for HK11-C1 RDP"
This commit is contained in:
commit
ac73bf4d16
2 changed files with 39 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ dtb-$(CONFIG_ARCH_IPQ807x) += ipq807x-hk01.dtb \
|
|||
ipq807x-hk08.dtb \
|
||||
ipq807x-hk09.dtb \
|
||||
ipq807x-hk10.dtb \
|
||||
ipq807x-hk11-c1.dtb \
|
||||
ipq807x-ac01.dtb \
|
||||
ipq807x-ac02.dtb \
|
||||
ipq807x-ac03.dtb \
|
||||
|
|
|
|||
38
arch/arm/dts/ipq807x-hk11-c1.dts
Normal file
38
arch/arm/dts/ipq807x-hk11-c1.dts
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
/*
|
||||
* Copyright (c) 2016, 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 "ipq807x-soc.dtsi"
|
||||
#include <dt-bindings/qcom/gpio-ipq807x.h>
|
||||
/ {
|
||||
machid = <0x08010011>;
|
||||
config_name = "config@hk11.c1";
|
||||
|
||||
aliases {
|
||||
console = "/serial@78B3000";
|
||||
uart2 = "/serial@78B0000";
|
||||
i2c0 = "/i2c@78b6000";
|
||||
pci0 = "/pci@20000000";
|
||||
pci1 = "/pci@10000000";
|
||||
mmc = "/sdhci@07824000";
|
||||
};
|
||||
ess-switch {
|
||||
switch_mac_mode = <0x0>;
|
||||
switch_mac_mode1 = <0xFF>;
|
||||
switch_mac_mode2 = <0x2>;
|
||||
aquantia_port = <5>;
|
||||
aquantia_gpio = <44>;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Loading…
Add table
Reference in a new issue