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

Commit e45879ec authored by Philip Avinash's avatar Philip Avinash Committed by Tony Lindgren
Browse files

ARM: dts: AM33XX: Add GPMC node



Add GPMC data node to AM33XX device tree file.

Signed-off-by: default avatarPhilip Avinash <avinashphilip@ti.com>
Acked-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: default avatarPekon Gupta <pekon@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 45465c5e
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -403,5 +403,17 @@
			       0x44d80000 0x2000>;	/* M3 DMEM */
			ti,hwmods = "wkup_m3";
		};

		gpmc: gpmc@50000000 {
			compatible = "ti,am3352-gpmc";
			ti,hwmods = "gpmc";
			reg = <0x50000000 0x2000>;
			interrupts = <100>;
			num-cs = <7>;
			num-waitpins = <2>;
			#address-cells = <2>;
			#size-cells = <1>;
			status = "disabled";
		};
	};
};