mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 08:51:31 +01:00
ipq9574: Add support for AP-AL03-C1
Change-Id: I3285dfb517f821255a8a6ae46013a66ec46bb0e2 Signed-off-by: Md Sadre Alam <quic_mdalam@quicinc.com>
This commit is contained in:
parent
252874cd42
commit
b89dc5a9b3
2 changed files with 42 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ dtb-$(CONFIG_ARCH_IPQ6018) += ipq6018-cp01-c1.dtb \
|
|||
|
||||
dtb-$(CONFIG_ARCH_IPQ9574) += ipq9574-al01-c1.dtb \
|
||||
ipq9574-al02-c1.dtb \
|
||||
ipq9574-al03-c1.dtb \
|
||||
ipq9574-al02-c2.dtb \
|
||||
ipq9574-al02-c3.dtb \
|
||||
ipq9574-al02-c4.dtb \
|
||||
|
|
|
|||
41
arch/arm/dts/ipq9574-al03-c1.dts
Normal file
41
arch/arm/dts/ipq9574-al03-c1.dts
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
/*
|
||||
* Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 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-al01-c1.dts"
|
||||
/ {
|
||||
machid = <0x8050002>;
|
||||
config_name = "config@al03-c1";
|
||||
|
||||
aliases {
|
||||
pci0 = "/pci@28000000";
|
||||
/delete-property/pci1;
|
||||
pci2 = "/pci@20000000";
|
||||
};
|
||||
|
||||
pci2: pci@20000000 {
|
||||
status = "ok";
|
||||
perst_gpio = <29>;
|
||||
pci_gpio {
|
||||
pci_rst {
|
||||
gpio = <29>;
|
||||
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