浏览代码

arm64: dts: ti: k3-am65-main: Add hwspinlock node

The Main NavSS block on AM65x SoCs contains a HwSpinlock IP instance
that is similar to the IP on some OMAP SoCs. Add the DT node for this
on AM65x SoCs. The node is present within the NavSS block, and is
added as a child node under the cbass_main node.

NOTE:
The node should be moved into a navss_main interconnect node if the
local interconnect of Main NavSS is represented as a child node of
the cbass_main interconnect node in the future.

Signed-off-by: Suman Anna <s-anna@ti.com>
Suman Anna 7 年之前
父节点
当前提交
c18a938bdb
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      arch/arm64/boot/dts/ti/k3-am65-main.dtsi

+ 6 - 0
arch/arm64/boot/dts/ti/k3-am65-main.dtsi

@@ -297,4 +297,10 @@
 		clocks = <&k3_clks 58 0>;
 		clock-names = "gpio";
 	};
+
+	hwspinlock: spinlock@30e00000 {
+		compatible = "ti,am654-hwspinlock";
+		reg = <0x00 0x30e00000 0x00 0x1000>;
+		#hwlock-cells = <1>;
+	};
 };