Lines Matching refs:gpmc
9 ti,omap2420-gpmc (omap2420)
10 ti,omap2430-gpmc (omap2430)
11 ti,omap3430-gpmc (omap3430 & omap3630)
12 ti,omap4430-gpmc (omap4430 & omap4460 & omap543x)
13 ti,am3352-gpmc (am335x devices)
17 - ti,hwmods: Should be set to "ti,gpmc" until the DT transition is
21 - gpmc,num-cs: The maximum number of chip-select lines that controller
23 - gpmc,num-waitpins: The maximum number of wait pins that controller can
38 - gpmc,sync-clk-ps: Minimum clock period for synchronous mode, in picoseconds
41 - gpmc,cs-on-ns: Assertion time
42 - gpmc,cs-rd-off-ns: Read deassertion time
43 - gpmc,cs-wr-off-ns: Write deassertion time
46 - gpmc,adv-on-ns: Assertion time
47 - gpmc,adv-rd-off-ns: Read deassertion time
48 - gpmc,adv-wr-off-ns: Write deassertion time
51 - gpmc,we-on-ns Assertion time
52 - gpmc,we-off-ns: Deassertion time
55 - gpmc,oe-on-ns: Assertion time
56 - gpmc,oe-off-ns: Deassertion time
60 - gpmc,page-burst-access-ns: Multiple access word delay
61 - gpmc,access-ns: Start-cycle to first data valid delay
62 - gpmc,rd-cycle-ns: Total read cycle time
63 - gpmc,wr-cycle-ns: Total write cycle time
64 - gpmc,bus-turnaround-ns: Turn-around time between successive accesses
65 - gpmc,cycle2cycle-delay-ns: Delay between chip-select pulses
66 - gpmc,clk-activation-ns: GPMC clock activation time
67 - gpmc,wait-monitoring-ns: Start of wait monitoring with regard to valid
72 - gpmc,adv-extra-delay: ADV signal is delayed by half GPMC clock
73 - gpmc,cs-extra-delay: CS signal is delayed by half GPMC clock
74 - gpmc,cycle2cycle-diffcsen: Add "cycle2cycle-delay" between successive
76 - gpmc,cycle2cycle-samecsen: Add "cycle2cycle-delay" between successive
78 - gpmc,oe-extra-delay: OE signal is delayed by half GPMC clock
79 - gpmc,we-extra-delay: WE signal is delayed by half GPMC clock
80 - gpmc,time-para-granularity: Multiply all access times by 2
83 - gpmc,wr-access-ns: In synchronous write mode, for single or
88 - gpmc,wr-data-mux-bus-ns: In address-data multiplex mode, specifies
94 - gpmc,burst-length Page/burst length. Must be 4, 8 or 16.
95 - gpmc,burst-wrap Enables wrap bursting
96 - gpmc,burst-read Enables read page/burst mode
97 - gpmc,burst-write Enables write page/burst mode
98 - gpmc,device-width Total width of device(s) connected to a GPMC
102 - gpmc,mux-add-data Address and data multiplexing configuration.
106 - gpmc,sync-read Enables synchronous read. Defaults to asynchronous
108 - gpmc,sync-write Enables synchronous writes. Defaults to asynchronous
110 - gpmc,wait-pin Wait-pin used by client. Must be less than
111 "gpmc,num-waitpins".
112 - gpmc,wait-on-read Enables wait monitoring on reads.
113 - gpmc,wait-on-write Enables wait monitoring on writes.
117 gpmc: gpmc@50000000 {
118 compatible = "ti,am3352-gpmc";
119 ti,hwmods = "gpmc";
123 gpmc,num-cs = <8>;
124 gpmc,num-waitpins = <2>;