Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63728d57 authored by Roger Quadros's avatar Roger Quadros Committed by Tony Lindgren
Browse files

ARM: dts: am33xx: Add control module syscon node



Use syscon regmap to expose the Control module register space.
This register space is shared between many users e.g. DCAN, USB, display, etc.

Signed-off-by: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 4b1ce235
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -83,6 +83,11 @@
		};
		};
	};
	};


	am33xx_control_module: control_module@4a002000 {
		compatible = "syscon";
		reg = <0x44e10000 0x7fc>;
	};

	am33xx_pinmux: pinmux@44e10800 {
	am33xx_pinmux: pinmux@44e10800 {
		compatible = "pinctrl-single";
		compatible = "pinctrl-single";
		reg = <0x44e10800 0x0238>;
		reg = <0x44e10800 0x0238>;