mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
arm: dts: ipq9574: Add AL02-C4 RDP support
The main differece on AL02-C4 are, PCIE1: 2G WKK PCIE2: 6G WKK PCIE3: 5G WKK Other features are same as AL02-C1. Change-Id: Ie13154dacf247c99e15f1da775238012075740ee Signed-off-by: Praveenkumar I <quic_ipkumar@quicinc.com>
This commit is contained in:
parent
eb6c59f9c7
commit
5d9bbdd388
2 changed files with 40 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ dtb-$(CONFIG_ARCH_IPQ9574) += ipq9574-al01-c1.dtb \
|
|||
ipq9574-al02-c1.dtb \
|
||||
ipq9574-al02-c2.dtb \
|
||||
ipq9574-al02-c3.dtb \
|
||||
ipq9574-al02-c4.dtb \
|
||||
ipq9574-db-al01-c1.dtb \
|
||||
ipq9574-db-al01-c2.dtb \
|
||||
ipq9574-db-al01-c3.dtb \
|
||||
|
|
|
|||
39
arch/arm/dts/ipq9574-al02-c4.dts
Normal file
39
arch/arm/dts/ipq9574-al02-c4.dts
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
/*
|
||||
* Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. 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 "ipq9574-al02-c1.dts"
|
||||
/ {
|
||||
machid = <0x8050301>;
|
||||
config_name = "config@al02-c4";
|
||||
|
||||
aliases {
|
||||
pci1 = "/pci@10000000";
|
||||
};
|
||||
|
||||
pci1: pci@10000000 {
|
||||
status = "ok";
|
||||
perst_gpio = <26>;
|
||||
pci_gpio {
|
||||
pci_rst {
|
||||
gpio = <26>;
|
||||
func = <0>;
|
||||
pull = <GPIO_PULL_DOWN>;
|
||||
oe = <GPIO_OD_ENABLE>;
|
||||
od_en = <GPIO_OD_DISABLE>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Reference in a new issue