Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/qcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -527,3 +527,5 @@ dtb-$(CONFIG_ARCH_QCOM) += talos-evk-camx.dtb
dtb-$(CONFIG_ARCH_QCOM) += talos-staging.dtbo

dtb-$(CONFIG_ARCH_QCOM) += kodiak-staging.dtbo

dtb-$(CONFIG_ARCH_QCOM) += hamoa-staging.dtbo
35 changes: 35 additions & 0 deletions arch/arm64/boot/dts/qcom/hamoa-staging.dtso
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
*
* Hamoa staging overlay - add staging-specific device tree modifications here.
*/

/dts-v1/;
/plugin/;

&soc {
tgu@10b0e000 {
compatible = "qcom,tgu", "arm,primecell";
reg = <0x0 0x10b0e000 0x0 0x1000>;

clocks = <&aoss_qmp>;
clock-names = "apb_pclk";
};

tgu@10b0f000 {
compatible = "qcom,tgu", "arm,primecell";
reg = <0x0 0x10b0f000 0x0 0x1000>;

clocks = <&aoss_qmp>;
clock-names = "apb_pclk";
};

tgu@10b10000 {
compatible = "qcom,tgu", "arm,primecell";
reg = <0x0 0x10b10000 0x0 0x1000>;

clocks = <&aoss_qmp>;
clock-names = "apb_pclk";
};
};