mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

Replace deprecated perst-gpio and wake-gpio properties with up-to-date perst-gpios and wake-gpios in the Qualcomm device trees. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220506152107.1527552-9-dmitry.baryshkov@linaro.org
115 lines
1.5 KiB
Text
115 lines
1.5 KiB
Text
// SPDX-License-Identifier: GPL-2.0-only
|
|
/dts-v1/;
|
|
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
|
|
*/
|
|
#include "ipq8074.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. IPQ8074-HK01";
|
|
compatible = "qcom,ipq8074-hk01", "qcom,ipq8074";
|
|
|
|
aliases {
|
|
serial0 = &blsp1_uart5;
|
|
serial1 = &blsp1_uart3;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0";
|
|
};
|
|
|
|
memory@40000000 {
|
|
device_type = "memory";
|
|
reg = <0x0 0x40000000 0x0 0x20000000>;
|
|
};
|
|
|
|
vreg_dummy: regulator-dummy { };
|
|
};
|
|
|
|
&blsp1_i2c2 {
|
|
status = "okay";
|
|
};
|
|
|
|
&blsp1_spi1 {
|
|
status = "okay";
|
|
|
|
flash@0 {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
compatible = "jedec,spi-nor";
|
|
reg = <0>;
|
|
spi-max-frequency = <50000000>;
|
|
};
|
|
};
|
|
|
|
&blsp1_uart3 {
|
|
status = "okay";
|
|
};
|
|
|
|
&blsp1_uart5 {
|
|
status = "okay";
|
|
};
|
|
|
|
&pcie0 {
|
|
status = "okay";
|
|
perst-gpios = <&tlmm 61 0x1>;
|
|
};
|
|
|
|
&pcie1 {
|
|
status = "okay";
|
|
perst-gpios = <&tlmm 58 0x1>;
|
|
};
|
|
|
|
&pcie_phy0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&pcie_phy1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&qpic_bam {
|
|
status = "okay";
|
|
};
|
|
|
|
&qpic_nand {
|
|
status = "okay";
|
|
|
|
nand@0 {
|
|
reg = <0>;
|
|
nand-ecc-strength = <4>;
|
|
nand-ecc-step-size = <512>;
|
|
nand-bus-width = <8>;
|
|
};
|
|
};
|
|
|
|
&sdhc_1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&qusb_phy_0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&qusb_phy_1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&ssphy_0 {
|
|
status = "okay";
|
|
vdda-phy-supply = <&vreg_dummy>;
|
|
vdda-pll-supply = <&vreg_dummy>;
|
|
};
|
|
|
|
&ssphy_1 {
|
|
status = "okay";
|
|
vdda-phy-supply = <&vreg_dummy>;
|
|
vdda-pll-supply = <&vreg_dummy>;
|
|
};
|
|
|
|
&usb_0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&usb_1 {
|
|
status = "okay";
|
|
};
|