Browse Source

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 years ago
parent
commit
c18a938bdb
1 changed files with 6 additions and 0 deletions
  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>;
 		clocks = <&k3_clks 58 0>;
 		clock-names = "gpio";
 		clock-names = "gpio";
 	};
 	};
+
+	hwspinlock: spinlock@30e00000 {
+		compatible = "ti,am654-hwspinlock";
+		reg = <0x00 0x30e00000 0x00 0x1000>;
+		#hwlock-cells = <1>;
+	};
 };
 };