Skip to content

Commit

Permalink
arm64: dts: qcom: sdx75: Add TCSR register space
Browse files Browse the repository at this point in the history
Add TCSR register space devicetree node for accessing different
status registers.

Signed-off-by: Rohit Agarwal <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
  • Loading branch information
RohitAgarwalQUIC authored and andersson committed May 27, 2024
1 parent 220be0f commit 85ab196
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/qcom/sdx75.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,11 @@
#hwlock-cells = <1>;
};

tcsr: syscon@1fc0000 {
compatible = "qcom,sdx75-tcsr", "syscon";
reg = <0x0 0x01fc0000 0x0 0x30000>;
};

usb: usb@a6f8800 {
compatible = "qcom,sdx75-dwc3", "qcom,dwc3";
reg = <0x0 0x0a6f8800 0x0 0x400>;
Expand Down

0 comments on commit 85ab196

Please sign in to comment.