[RFC PATCH 37/40] arm64: dts: k3-am6: Add Main System Control Module node

From: Kishon Vijay Abraham I
Date: Fri Sep 21 2018 - 06:25:37 EST


From: Benoit Parrot <bparrot@xxxxxx>

Main System control module support is added to the device tree to allow
driver to access to their control module registers.

Signed-off-by: Benoit Parrot <bparrot@xxxxxx>
Signed-off-by: Kishon Vijay Abraham I <kishon@xxxxxx>
---
arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
index 2df4acb198bd..957c9125a453 100644
--- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
@@ -6,6 +6,11 @@
*/

&cbass_main {
+ scm_conf: scm_conf@100000 {
+ compatible = "syscon";
+ reg = <0 0x00100000 0 0x1c000>;
+ };
+
gic500: interrupt-controller@1800000 {
compatible = "arm,gic-v3";
#address-cells = <2>;
--
2.17.1