Lines Matching +full:device +full:- +full:sram
3 EMIF - External Memory Interface - is an SDRAM controller used in
11 - compatible : Should be of the form "ti,emif-<ip-rev>" where <ip-rev>
14 "ti,emif-am3352"
15 "ti,emif-am4372"
16 "ti,emif-dra7xx"
17 "ti,emif-keystone"
19 - phy-type : <u32> indicating the DDR phy type. Following are the
24 - device-handle : phandle to a "lpddr2" node representing the memory part
26 - ti,hwmods : For TI hwmods processing and omap device creation
29 - interrupts : interrupt used by the controller
31 Required only for "ti,emif-am3352" and "ti,emif-am4372":
32 - sram : Phandles for generic sram driver nodes,
33 first should be type 'protect-exec' for the driver to use to copy
35 data region for code. See Documentation/devicetree/bindings/sram/sram.yaml
39 - cs1-used : Have this property if CS1 of this EMIF
44 - cal-resistor-per-cs : Have this property if the board has one
45 calibration resistor per chip-select.
47 - hw-caps-read-idle-ctrl: Have this property if the controller
50 - hw-caps-dll-calib-ctrl: Have this property if the controller
53 - hw-caps-ll-interface : Have this property if the controller
56 - hw-caps-temp-alert : Have this property if the controller
59 -Examples:
62 compatible = "ti,emif-4d";
64 phy-type = <1>;
65 device-handle = <&elpida_ECB240ABACN>;
66 cs1-used;
67 hw-caps-read-idle-ctrl;
68 hw-caps-ll-interface;
69 hw-caps-temp-alert;
74 compatible = "ti,emif-am3352";
76 sram = <&pm_sram_code
81 compatible = "ti,emif-dra7xx";