/openbmc/u-boot/arch/arm/dts/ |
H A D | am4372.dtsi | 75 ti,hwmods = "l3_main"; 135 ti,hwmods = "emif"; 140 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2"; 154 ti,hwmods = "uart1"; 162 ti,hwmods = "uart2"; 171 ti,hwmods = "uart3"; 180 ti,hwmods = "uart4"; 189 ti,hwmods = "uart5"; 198 ti,hwmods = "uart6"; 206 ti,hwmods = "mailbox"; [all …]
|
H A D | omap3.dtsi | 51 ti,hwmods = "debugss"; 62 ti,hwmods = "mpu"; 67 ti,hwmods = "iva"; 89 ti,hwmods = "l3_main"; 161 ti,hwmods = "aes"; 198 ti,hwmods = "counter_32k"; 218 ti,hwmods = "dma"; 225 ti,hwmods = "gpio1"; 237 ti,hwmods = "gpio2"; 248 ti,hwmods = "gpio3"; [all …]
|
H A D | am33xx.dtsi | 138 ti,hwmods = "debugss"; 149 ti,hwmods = "mpu"; 167 ti,hwmods = "l3_main"; 180 ti,hwmods = "wkup_m3"; 261 ti,hwmods = "tpcc"; 278 ti,hwmods = "tptc0"; 286 ti,hwmods = "tptc1"; 294 ti,hwmods = "tptc2"; 302 ti,hwmods = "gpio1"; 313 ti,hwmods = "gpio2"; [all …]
|
H A D | dra7.dtsi | 124 ti,hwmods = "mpu"; 140 ti,hwmods = "l3_main_1", "l3_main_2"; 262 ti,hwmods = "counter_32k"; 309 ti,hwmods = "pcie1"; 333 ti,hwmods = "pcie1"; 362 ti,hwmods = "pcie2"; 464 ti,hwmods = "tpcc"; 487 ti,hwmods = "tptc0"; 495 ti,hwmods = "tptc1"; 505 ti,hwmods = "gpio1"; [all …]
|
H A D | dm816x.dtsi | 50 ti,hwmods = "mpu"; 136 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2", "tptc3"; 145 ti,hwmods = "elm"; 152 ti,hwmods = "gpio1"; 164 ti,hwmods = "gpio2"; 176 ti,hwmods = "gpmc"; 193 ti,hwmods = "i2c1"; 204 ti,hwmods = "i2c2"; 224 ti,hwmods = "rtc"; 231 ti,hwmods = "mailbox"; [all …]
|
H A D | am3517.dtsi | 22 ti,hwmods = "am35x_otg_hs"; 31 ti,hwmods = "davinci_emac"; 48 ti,hwmods = "davinci_mdio"; 60 ti,hwmods = "uart4";
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap2.dtsi | 47 ti,hwmods = "mpu"; 56 ti,hwmods = "l3_main"; 60 ti,hwmods = "aes"; 68 ti,hwmods = "hdq1w"; 115 ti,hwmods = "i2c1"; 124 ti,hwmods = "i2c2"; 133 ti,hwmods = "mcspi1"; 144 ti,hwmods = "mcspi2"; 153 ti,hwmods = "rng"; 160 ti,hwmods = "sham"; [all …]
|
H A D | omap3.dtsi | 52 ti,hwmods = "debugss"; 63 ti,hwmods = "mpu"; 68 ti,hwmods = "iva"; 90 ti,hwmods = "l3_main"; 306 ti,hwmods = "gpio1"; 318 ti,hwmods = "gpio2"; 329 ti,hwmods = "gpio3"; 340 ti,hwmods = "gpio4"; 351 ti,hwmods = "gpio5"; 362 ti,hwmods = "gpio6"; [all …]
|
H A D | omap2430.dtsi | 105 ti,hwmods = "gpio1"; 117 ti,hwmods = "gpio2"; 129 ti,hwmods = "gpio3"; 141 ti,hwmods = "gpio4"; 153 ti,hwmods = "gpio5"; 168 ti,hwmods = "gpmc"; 185 ti,hwmods = "mcbsp1"; 201 ti,hwmods = "mcbsp2"; 217 ti,hwmods = "mcbsp3"; 233 ti,hwmods = "mcbsp4"; [all …]
|
H A D | dm816x.dtsi | 48 ti,hwmods = "mpu"; 260 ti,hwmods = "elm"; 267 ti,hwmods = "gpio1"; 279 ti,hwmods = "gpio2"; 291 ti,hwmods = "gpmc"; 308 ti,hwmods = "i2c1"; 317 ti,hwmods = "i2c2"; 335 ti,hwmods = "rtc"; 342 ti,hwmods = "mailbox"; 355 ti,hwmods = "spinbox"; [all …]
|
H A D | omap2420.dtsi | 92 ti,hwmods = "gpio1"; 104 ti,hwmods = "gpio2"; 116 ti,hwmods = "gpio3"; 128 ti,hwmods = "gpio4"; 144 ti,hwmods = "gpmc"; 158 ti,hwmods = "mcbsp1"; 172 ti,hwmods = "mcbsp2"; 181 ti,hwmods = "msdi1"; 192 ti,hwmods = "mailbox"; 237 ti,hwmods = "wd_timer2";
|
H A D | dm814x.dtsi | 52 ti,hwmods = "mpu"; 61 ti,hwmods = "l3_main"; 69 ti,hwmods = "usb_otg_hs"; 190 ti,hwmods = "i2c1"; 197 ti,hwmods = "elm"; 204 ti,hwmods = "gpio1"; 216 ti,hwmods = "gpio2"; 228 ti,hwmods = "gpio3"; 240 ti,hwmods = "gpio4"; 254 ti,hwmods = "i2c2"; [all …]
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | omap_device.c | 124 * omap_device_build_from_dt - build an omap_device with multiple hwmods 133 struct omap_hwmod **hwmods; in omap_device_build_from_dt() local 142 oh_cnt = of_property_count_strings(node, "ti,hwmods"); in omap_device_build_from_dt() 144 dev_dbg(&pdev->dev, "No 'hwmods' to build omap_device\n"); in omap_device_build_from_dt() 149 ret = of_property_read_string_index(node, "ti,hwmods", 0, &oh_name); in omap_device_build_from_dt() 159 hwmods = kcalloc(oh_cnt, sizeof(struct omap_hwmod *), GFP_KERNEL); in omap_device_build_from_dt() 160 if (!hwmods) { in omap_device_build_from_dt() 166 of_property_read_string_index(node, "ti,hwmods", i, &oh_name); in omap_device_build_from_dt() 174 hwmods[i] = oh; in omap_device_build_from_dt() 179 od = omap_device_alloc(pdev, hwmods, oh_cnt); in omap_device_build_from_dt() [all …]
|
H A D | omap_device.h | 40 * @hwmods: (one .. many per omap_device) 41 * @hwmods_cnt: ARRAY_SIZE() of @hwmods 54 struct omap_hwmod **hwmods; member
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ |
H A D | ti-edma.txt | 30 - ti,hwmods: Name of the hwmods associated to the eDMA CC. 67 - ti,hwmods: Name of the hwmods associated to the eDMA TC. 85 ti,hwmods = "tpcc"; 106 ti,hwmods = "tptc0"; 114 ti,hwmods = "tptc1"; 122 ti,hwmods = "tptc2"; 130 ti,hwmods = "sham"; 140 ti,hwmods = "mcasp0"; 217 - ti,hwmods: Name of the hwmods associated to the EDMA 234 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";
|
/openbmc/linux/Documentation/devicetree/bindings/arm/omap/ |
H A D | mpu.txt | 11 - ti,hwmods: "mpu" 29 ti,hwmods = "mpu" 36 ti,hwmods = "mpu"; 44 ti,hwmods = "mpu"; 51 ti,hwmods = "mpu";
|
/openbmc/linux/Documentation/devicetree/bindings/display/ti/ |
H A D | ti,omap4-dss.txt | 13 - ti,hwmods: "dss_core" 34 - ti,hwmods: "dss_dispc" 50 - ti,hwmods: "dss_rfbi" 65 - ti,hwmods: "dss_venc" 86 - ti,hwmods: "dss_dsi1" or "dss_dsi2" 109 - ti,hwmods: "dss_hdmi"
|
H A D | ti,omap3-dss.txt | 13 - ti,hwmods: "dss_core" 35 - ti,hwmods: "dss_dispc" 51 - ti,hwmods: "dss_rfbi" 62 - ti,hwmods: "dss_venc" 80 - ti,hwmods: "dss_dsi1"
|
H A D | ti,omap5-dss.txt | 13 - ti,hwmods: "dss_core" 34 - ti,hwmods: "dss_dispc" 50 - ti,hwmods: "dss_rfbi" 67 - ti,hwmods: "dss_dsi1" or "dss_dsi2" 90 - ti,hwmods: "dss_hdmi"
|
H A D | ti,omap2-dss.txt | 13 - ti,hwmods: "dss_core" 28 - ti,hwmods: "dss_dispc" 42 - ti,hwmods: "dss_rfbi" 51 - ti,hwmods: "dss_venc"
|
/openbmc/linux/Documentation/devicetree/bindings/power/ |
H A D | ti-smartreflex.txt | 22 ti,hwmods: Shall contain the TI interconnect module name if needed 32 ti,hwmods = "smartreflex_iva"; 39 ti,hwmods = "smartreflex_core"; 46 ti,hwmods = "smartreflex_mpu";
|
/openbmc/linux/Documentation/devicetree/bindings/iommu/ |
H A D | ti,omap-iommu.txt | 9 - ti,hwmods : Name of the hwmod associated with the IOMMU instance 38 ti,hwmods = "mmu_isp"; 47 ti,hwmods = "mmu0_dsp2"; 56 ti,hwmods = "mmu1_dsp2";
|
/openbmc/linux/Documentation/devicetree/bindings/serial/ |
H A D | 8250_omap.yaml | 33 ti,hwmods: 98 ti,hwmods: 104 ti,hwmods: false 114 ti,hwmods = "uart4";
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | omap-usb.txt | 5 - ti,hwmods : must be "usb_otg_hs" 30 ti,hwmods = "usb_otg_hs"; 50 - ti,hwmods : Should be "usb_otg_ss" 72 ti,hwmods = "usb_otg_ss";
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | ti_qspi.txt | 12 - ti,hwmods: Name of the hwmod associated to the QSPI 39 ti,hwmods = "qspi"; 52 ti,hwmods = "qspi";
|