arm64: dts: qcom: sc7280: Add DT for sc7280-herobrine-zombie with NVMe
Add DT for sc7280-herobrine-zombie with NVMe Signed-off-by: Owen Yang <ecs.taipeikernel@gmail.com> Reviewed-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221214114706.2.I1a0c709f8ec86cc5b38f0fe9f9b26694b1eb69d6@changeid
This commit is contained in:
parent
71b7c2df31
commit
f6df873315
@ -126,6 +126,8 @@ dtb-$(CONFIG_ARCH_QCOM) += sc7280-herobrine-villager-r1.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7280-herobrine-villager-r1-lte.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7280-herobrine-zombie.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7280-herobrine-zombie-lte.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7280-herobrine-zombie-nvme.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7280-herobrine-zombie-nvme-lte.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7280-idp.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7280-idp2.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7280-crd-r3.dtb
|
||||
|
14
arch/arm64/boot/dts/qcom/sc7280-herobrine-nvme-sku.dtsi
Normal file
14
arch/arm64/boot/dts/qcom/sc7280-herobrine-nvme-sku.dtsi
Normal file
@ -0,0 +1,14 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Google Herobrine dts fragment for NVMe SKUs
|
||||
*
|
||||
* Copyright 2022 Google LLC.
|
||||
*/
|
||||
|
||||
&pcie1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pcie1_phy {
|
||||
status = "okay";
|
||||
};
|
@ -0,0 +1,17 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Google Zombie board device tree source
|
||||
*
|
||||
* Copyright 2022 Google LLC.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include "sc7280-herobrine-zombie.dtsi"
|
||||
#include "sc7280-herobrine-lte-sku.dtsi"
|
||||
#include "sc7280-herobrine-nvme-sku.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Google Zombie with LTE and NVMe";
|
||||
compatible = "google,zombie-sku514", "qcom,sc7280";
|
||||
};
|
17
arch/arm64/boot/dts/qcom/sc7280-herobrine-zombie-nvme.dts
Normal file
17
arch/arm64/boot/dts/qcom/sc7280-herobrine-zombie-nvme.dts
Normal file
@ -0,0 +1,17 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Google Zombie board device tree source
|
||||
*
|
||||
* Copyright 2022 Google LLC.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include "sc7280-herobrine-zombie.dtsi"
|
||||
#include "sc7280-herobrine-wifi-sku.dtsi"
|
||||
#include "sc7280-herobrine-nvme-sku.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Google Zombie with NVMe";
|
||||
compatible = "google,zombie-sku2","google,zombie-sku3","google,zombie-sku515", "qcom,sc7280";
|
||||
};
|
@ -60,16 +60,6 @@ ap_tp_i2c: &i2c0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* For nvme */
|
||||
&pcie1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* For nvme */
|
||||
&pcie1_phy {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pm8350c_pwm_backlight{
|
||||
/* Set the PWM period to 200 microseconds (5kHz duty cycle) */
|
||||
pwms = <&pm8350c_pwm 3 200000>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user