Lines Matching +full:reg +full:- +full:init

20 - compatible	shall be one of the following generic types:
23 "ti,sysc-omap2"
24 "ti,sysc-omap4"
25 "ti,sysc-omap4-simple"
30 "ti,sysc-omap2-timer"
31 "ti,sysc-omap4-timer"
32 "ti,sysc-omap3430-sr"
33 "ti,sysc-omap3630-sr"
34 "ti,sysc-omap4-sr"
35 "ti,sysc-omap3-sham"
36 "ti,sysc-omap-aes"
37 "ti,sysc-mcasp"
38 "ti,sysc-dra7-mcasp"
39 "ti,sysc-usb-host-fs"
40 "ti,sysc-dra7-mcan"
41 "ti,sysc-pruss"
43 - reg shall have register areas implemented for the interconnect
46 - reg-names shall contain the register names implemented for the
50 - ranges shall contain the interconnect target module IO range
58 - ti,sysc-mask shall contain mask of supported register bits for the
62 - ti,sysc-midle list of master idle modes supported by the interconnect
66 - ti,sysc-sidle list of slave idle modes supported by the interconnect
70 - ti,sysc-delay-us delay needed after OCP softreset before accssing
73 - ti,syss-mask optional mask of reset done status bits as described in the
78 - clocks clock specifier for each name in the clock-names as
79 specified in the binding documentation for ti-clkctrl,
81 based on omap4 except if it's read-only register in hwauto
84 - clock-names should contain at least "fck", and optionally also "ick"
91 - ti,hwmods optional TI interconnect module name to use legacy
94 - ti,no-reset-on-init interconnect target module should not be reset at init
96 - ti,no-idle-on-init interconnect target module should not be idled at init
98 - ti,no-idle interconnect target module should not be idled
103 target-module@2b000 { /* 0x4a0ab000, ap 84 12.0 */
104 compatible = "ti,sysc-omap2";
106 reg = <0x2b400 0x4>,
109 reg-names = "rev", "sysc", "syss";
111 clock-names = "fck";
112 ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP |
115 ti,sysc-midle = <SYSC_IDLE_FORCE>,
118 ti,sysc-sidle = <SYSC_IDLE_FORCE>,
122 ti,syss-mask = <1>;
123 #address-cells = <1>;
124 #size-cells = <1>;
128 compatible = "ti,omap4-musb";
129 reg = <0x0 0x7ff>;
132 usb-phy = <&usb2_phy>;