Home
last modified time | relevance | path

Searched full:am437x (Results 1 – 25 of 55) sorted by relevance

123

/Linux-v5.10/Documentation/devicetree/bindings/media/
Dti-am437x-vpfe.txt1 Texas Instruments AM437x CAMERA (VPFE)
7 to the AM437x device.
10 - compatible: must be "ti,am437x-vpfe"
13 - ti,am437x-vpfe-interface: can be one of the following,
26 compatible = "ti,am437x-vpfe";
40 ti,am437x-vpfe-interface = <0>;
/Linux-v5.10/Documentation/devicetree/bindings/arm/omap/
Domap.txt176 - AM437x CM-T43
177 compatible = "compulab,am437x-cm-t43", "ti,am4372", "ti,am43"
179 - AM437x SBC-T43
180 compatible = "compulab,am437x-sbc-t43", "compulab,am437x-cm-t43", "ti,am4372", "ti,am43"
185 - AM437x GP EVM
186 compatible = "ti,am437x-gp-evm", "ti,am4372", "ti,am43"
188 - AM437x SK EVM: AM437x StarterKit Evaluation Module
189 compatible = "ti,am437x-sk-evm", "ti,am4372", "ti,am43"
Dmpu.txt16 am335x and am437x only:
/Linux-v5.10/drivers/media/platform/am437x/
DKconfig3 tristate "TI AM437x VPFE video capture driver"
11 Support for AM437x Video Processing Front End based Video
15 will be called am437x-vpfe.
DMakefile2 # Makefile for AM437x VPFE driver
4 obj-$(CONFIG_VIDEO_AM437X_VPFE) += am437x-vpfe.o
Dam437x-vpfe.h12 #include <linux/am437x-vpfe.h>
26 #include "am437x-vpfe_regs.h"
/Linux-v5.10/drivers/soc/ti/
DKconfig56 Enable power management on AM335x and AM437x. Required for suspend to mem
57 and standby states on both AM335x and AM437x platforms and for deeper cpuidle
59 power mode on AM437x platforms.
/Linux-v5.10/Documentation/devicetree/bindings/bus/
Domap-ocp2scp.txt4 - compatible : Should be "ti,am437x-ocp2scp" for AM437x processor
/Linux-v5.10/Documentation/devicetree/bindings/soc/ti/
Dti,pruss.yaml16 (PRU-ICSS a.k.a. PRUSS) is present on various TI SoCs such as AM335x, AM437x,
65 - ti,am4376-pruss0 # for AM437x SoC family and PRUSS unit 0
66 - ti,am4376-pruss1 # for AM437x SoC family and PRUSS unit 1
99 minItems: 2 # On AM437x one of two PRUSS units don't contain Shared RAM.
105 Address and size of the Shared Data RAM. Note that on AM437x one
233 AM437x, AM57xx & 66AK2G SoCs) or 2 IEPs (on K3 AM65x & J721E SoCs ). IEP
/Linux-v5.10/arch/arm/boot/dts/
Dam437x-sbc-t43.dts6 #include "am437x-cm-t43.dts"
11 compatible = "compulab,am437x-sbc-t43", "compulab,am437x-cm-t43", "ti,am4372", "ti,am43";
Dam437x-sk-evm.dts6 /* AM437x SK EVM */
18 model = "TI AM437x SK EVM";
19 compatible = "ti,am437x-sk-evm","ti,am4372","ti,am43";
45 simple-audio-card,name = "AM437x-SK-EVM";
99 label = "am437x-sk:red:heartbeat";
106 label = "am437x-sk:green:mmc1";
113 label = "am437x-sk:blue:cpu0";
120 label = "am437x-sk:blue:usr3";
888 ti,am437x-vpfe-interface = <0>;
/Linux-v5.10/Documentation/devicetree/bindings/usb/
Domap-usb.txt49 * "ti,am437x-dwc3" for AM437x
/Linux-v5.10/drivers/usb/dwc3/
Ddwc3-omap.c373 * Differentiate between OMAP5 and AM437x. in dwc3_omap_map_offset()
375 * For OMAP5(ES2.0) and AM437x wrapper revision is same, even in dwc3_omap_map_offset()
378 * Using dt compatible to differentiate AM437x. in dwc3_omap_map_offset()
380 if (of_device_is_compatible(node, "ti,am437x-dwc3")) { in dwc3_omap_map_offset()
550 .compatible = "ti,am437x-dwc3"
/Linux-v5.10/drivers/bus/
Domap-ocp2scp.c60 if (!of_device_is_compatible(np, "ti,am437x-ocp2scp")) { in omap_ocp2scp_probe()
98 { .compatible = "ti,am437x-ocp2scp" },
/Linux-v5.10/Documentation/devicetree/bindings/input/touchscreen/
Dti-tsc-adc.txt7 "ti,am3359-tscadc" for AM335x/AM437x SoCs
34 "ti,am3359-adc" for AM335x/AM437x SoCs
/Linux-v5.10/Documentation/admin-guide/media/
Dplatform-cardlist.rst17 am437x-vpfe TI AM437x VPFE
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/
Dti,pruss-intc.yaml43 AM437x family of SoCs,
90 Eg: - AM437x and 66AK2G SoCs do not have "host_intr5" interrupt
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/
Dti,omap-pinctrl.txt11 "ti,am437-padconf" - AM437x compatible pinctrl
/Linux-v5.10/Documentation/devicetree/bindings/rtc/
Drtc-omap.txt11 - "ti,am4372-rtc" - for RTC IP used similar to that on AM437X SoC family.
/Linux-v5.10/Documentation/devicetree/bindings/serial/
Domap_serial.txt9 - compatible : should be "ti,am4372-uart" for AM437x controllers
/Linux-v5.10/Documentation/devicetree/bindings/mmc/
Dsdhci-omap.txt11 Should be "ti,am437-sdhci" for am437x controllers
/Linux-v5.10/Documentation/devicetree/bindings/phy/
Dti,omap-usb2.yaml24 - const: ti,am437x-usb2
/Linux-v5.10/include/linux/phy/
Domap_control_phy.h18 OMAP_CTRL_TYPE_AM437USB2, /* USB2 PHY, power e.g. AM437x */
/Linux-v5.10/arch/arm/mach-omap2/
Dpm33xx-core.c69 * Check for am437x-gp-evm which has the right Hardware design to in am43xx_check_off_mode_enable()
72 if (of_machine_is_compatible("ti,am437x-gp-evm") && enable_off_mode) in am43xx_check_off_mode_enable()
/Linux-v5.10/drivers/media/platform/
DMakefile59 obj-$(CONFIG_VIDEO_AM437X_VPFE) += am437x/

123