@@ -17,6 +17,23 @@
device_type = "memory";
reg = <0x80000000 0x10000000>; /* 256 MB */
};
+
+ gpmc: gpmc@6800A000 {
+ compatible = "ti,omap2430-gpmc";
+ ti,hwmods = "gpmc";
+ reg = <0x6800A000 0x2000>;
+ /* interrupts = <100>; */
+ pinctrl-names = "default";
+ pinctrl-0 = <&gpmc_pins>;
+
+ gpmc,num-cs = <8>;
+ gpmc,num-waitpins = <2>;
+ #address-cells = <2>;
+ #size-cells = <1>;
+ ranges = <0 0 0x08000000 0x10000000>;
+
+ /* child nodes go here */
+ };
};
&omap3_pmx_core {
@@ -26,7 +43,7 @@
* itself during the boot (or just set them up in the bootloader)
*/
pinctrl-names = "default";
- pinctrl-0 = <&sdrc_pins &gpmc_pins &hsusb1_pins>;
+ pinctrl-0 = <&sdrc_pins &hsusb1_pins>;
/* AM3703CUS pins for this board */
sdrc_pins: pinmux_sdrc_pins {