Home
last modified time | relevance | path

Searched full:da850 (Results 1 – 25 of 65) sorted by relevance

123

/Linux-v5.10/arch/arm/mach-davinci/
Dda850.c2 * TI DA850/OMAP-L138 chip specific setup
59 MUX_CFG(DA850, NUART0_CTS, 3, 24, 15, 2, false)
60 MUX_CFG(DA850, NUART0_RTS, 3, 28, 15, 2, false)
61 MUX_CFG(DA850, UART0_RXD, 3, 16, 15, 2, false)
62 MUX_CFG(DA850, UART0_TXD, 3, 20, 15, 2, false)
64 MUX_CFG(DA850, UART1_RXD, 4, 24, 15, 2, false)
65 MUX_CFG(DA850, UART1_TXD, 4, 28, 15, 2, false)
67 MUX_CFG(DA850, UART2_RXD, 4, 16, 15, 2, false)
68 MUX_CFG(DA850, UART2_TXD, 4, 20, 15, 2, false)
70 MUX_CFG(DA850, I2C1_SCL, 4, 16, 15, 4, false)
[all …]
DKconfig47 bool "DA850/OMAP-L138/AM18x based system"
68 Say y here to include support for TI DaVinci DA850 based using
159 bool "TI DA850/OMAP-L138/AM18x Reference Platform"
163 Say Y here to select the TI DA850/OMAP-L138/AM18x Evaluation Module.
169 The presence of User Interface (UI) card on the DA850/OMAP-L138/AM18x
178 to TCA6416 expander on DA850/OMAP-L138/AM18x EVM UI card
183 Say Y if you want to use the RMII PHY on the DA850/OMAP-L138/AM18x
193 DA850/OMAP-L138 EVM. The Video decoders/encoders are found on the
Dda8xx-dt.c23 "ti,da850-lcdk",
24 "ti,da850-evm",
25 "ti,da850",
29 DT_MACHINE_START(DA850_DT, "Generic DA850/OMAP-L138/AM18x")
Dpdata-quirks.c103 .card_name = "DA850/OMAP-L138 Video Capture",
178 .card_name = "DA850/OMAP-L138 Video Display",
203 { "ti,da850-lcdk", da850_vpif_capture_legacy_init_lcdk, },
204 { "ti,da850-evm", da850_vpif_display_legacy_init_evm, },
205 { "ti,da850-evm", da850_vpif_capture_legacy_init_evm, },
/Linux-v5.10/Documentation/devicetree/bindings/clock/ti/davinci/
Dpll.txt9 - "ti,da850-pll0" for PLL0 on DA850/OMAP-L138/AM18XX
10 - "ti,da850-pll1" for PLL1 on DA850/OMAP-L138/AM18XX
14 - for "ti,da850-pll0", shall be "clksrc", "extclksrc"
15 - for "ti,da850-pll1", shall be "clksrc"
20 This property is only valid when compatible = "ti,da850-pll0".
42 This child node is only valid when compatible = "ti,da850-pll0".
57 compatible = "ti,da850-pll0";
81 compatible = "ti,da850-pll1";
Dpsc.txt8 - "ti,da850-psc0" for PSC0 on DA850/OMAP-L138/AM18XX
9 - "ti,da850-psc1" for PSC1 on DA850/OMAP-L138/AM18XX
15 - for "ti,da850-psc0", shall be "pll0_sysclk1", "pll0_sysclk2",
17 - for "ti,da850-psc1", shall be "pll0_sysclk2", "pll0_sysclk4", "async3"
33 compatible = "ti,da850-psc0";
44 compatible = "ti,da850-psc1";
54 compatible = "ti,da850-dsp";
Dda8xx-cfgchip.txt40 - compatible: shall be "ti,da850-async1-clksrc".
48 - compatible: shall be "ti,da850-async3-clksrc".
78 compatible = "ti,da850-async1-clksrc";
84 compatible = "ti,da850-async3-clksrc";
/Linux-v5.10/Documentation/devicetree/bindings/arm/ti/
Dti,davinci.yaml13 DA850/OMAP-L138/AM18x based boards
21 - ti,da850-evm # DA850/OMAP-L138/AM18x Evaluation Module (EVM) board
22 - ti,da850-lcdk # DA850/OMAP-L138/AM18x L138/C6748 Development Kit (LCDK) board
25 - const: ti,da850
/Linux-v5.10/Documentation/devicetree/bindings/bus/
Dti,da850-mstpri.txt8 OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf
12 - compatible: "ti,da850-mstpri" - for da850 based boards
15 Example for da850-lcdk is shown below.
18 compatible = "ti,da850-mstpri";
/Linux-v5.10/Documentation/devicetree/bindings/memory-controllers/
Dti-da8xx-ddrctl.txt7 OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf
11 - compatible: "ti,da850-ddr-controller" - for da850 SoC based boards
15 Example for da850 shown below.
18 compatible = "ti,da850-ddr-controller";
/Linux-v5.10/drivers/clk/davinci/
Dpll-da850.c3 * PLL clock descriptions for TI DA850/OMAP-L138/AM18XX
96 clk_register_clkdev(clk, "pll0_sysclk1", "da850-psc0"); in da850_pll0_init()
99 clk_register_clkdev(clk, "pll0_sysclk2", "da850-psc0"); in da850_pll0_init()
100 clk_register_clkdev(clk, "pll0_sysclk2", "da850-psc1"); in da850_pll0_init()
101 clk_register_clkdev(clk, "pll0_sysclk2", "da850-async3-clksrc"); in da850_pll0_init()
104 clk_register_clkdev(clk, "pll0_sysclk3", "da850-async1-clksrc"); in da850_pll0_init()
107 clk_register_clkdev(clk, "pll0_sysclk4", "da850-psc0"); in da850_pll0_init()
108 clk_register_clkdev(clk, "pll0_sysclk4", "da850-psc1"); in da850_pll0_init()
113 clk_register_clkdev(clk, "pll0_sysclk6", "da850-psc0"); in da850_pll0_init()
207 clk_register_clkdev(clk, "pll1_sysclk2", "da850-async3-clksrc"); in da850_pll1_init()
/Linux-v5.10/drivers/memory/
Dda8xx-ddrctl.c24 * some changes (as is the case for the LCD controller on da850-lcdk - the
38 .name = "da850-pbbpr",
57 .name = "da850-pbbpr",
65 .board = "ti,da850-lcdk",
153 { .compatible = "ti,da850-ddr-controller", },
160 .name = "da850-ddr-controller",
/Linux-v5.10/Documentation/devicetree/bindings/pwm/
Dpwm-tiehrpwm.txt8 for da850 - compatible = "ti,da850-ehrpwm", "ti-am3352-ehrpwm", "ti,am33xx-ehrpwm";
38 ehrpwm0: pwm@1f00000 { /* EHRPWM on da850 */
39 compatible = "ti,da850-ehrpwm", "ti,am3352-ehrpwm", "ti,am33xx-ehrpwm";
Dpwm-tiecap.txt7 for da850 - compatible = "ti,da850-ecap", "ti,am3352-ecap", "ti,am33xx-ecap";
39 ecap0: ecap@1f06000 { /* ECAP on da850 */
40 compatible = "ti,da850-ecap", "ti,am3352-ecap", "ti,am33xx-ecap";
/Linux-v5.10/Documentation/devicetree/bindings/ata/
Dahci-da850.txt1 Device tree binding for the TI DA850 AHCI SATA Controller
5 - compatible: must be "ti,da850-ahci"
15 compatible = "ti,da850-ahci";
/Linux-v5.10/arch/arm/boot/dts/
Dda850.dtsi101 compatible = "ti,da850-dsp";
116 model = "da850";
123 compatible = "ti,da850-psc0";
136 compatible = "ti,da850-pll0";
372 compatible = "ti,da850-mstpri";
407 compatible = "ti,da850-async1-clksrc";
413 compatible = "ti,da850-async3-clksrc";
547 compatible = "ti,da850-vpif";
577 compatible = "ti,da850-ehrpwm", "ti,am3352-ehrpwm",
587 compatible = "ti,da850-ehrpwm", "ti,am3352-ehrpwm",
[all …]
Dda850-evm.dts3 * Device Tree for DA850 EVM board
8 #include "da850.dtsi"
12 compatible = "ti,da850-evm", "ti,da850";
13 model = "DA850/AM1808/OMAP-L138 EVM";
127 simple-audio-card,name = "DA850-OMAPL138 EVM";
196 * The standard da850-evm kits and SOM's are 375MHz so enable this operating
Dda850-enbw-cmc.dts9 #include "da850.dtsi"
12 compatible = "enbw,cmc", "ti,da850";
/Linux-v5.10/Documentation/devicetree/bindings/media/
Dti,da850-vpif.txt5 capture and display on the DA850/AM18x family of TI DaVinci/Sitara
12 - compatible: must be "ti,da850-vpif"
29 compatible = "ti,da850-vpif";
97 compatible = "ti,da850-vpif";
/Linux-v5.10/drivers/ata/
Dahci_da850.c3 * DaVinci DA850 AHCI SATA platform driver
101 * There's an issue with the SATA controller on da850 SoCs: if we in ahci_da850_softreset()
122 * In order to correctly service the LCD controller of the da850 SoC, in ahci_da850_hardreset()
190 * The second clock used by ahci-da850 is the external REFCLK. If we in ahci_da850_probe()
243 { .compatible = "ti,da850-ahci", },
259 MODULE_DESCRIPTION("DaVinci DA850 AHCI SATA platform driver");
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/
Dti,da850-pupd.txt1 * Pin configuration for TI DA850/OMAP-L138/AM18x
8 - compatible: Must be "ti,da850-pupd"
31 compatible = "ti,da850-pupd";
/Linux-v5.10/Documentation/devicetree/bindings/sound/
Ddavinci-mcbsp.txt11 "ti,da850-mcbsp" : for DA850, AM180x and OPAM-L138 platforms
38 compatible = "ti,da850-mcbsp";
/Linux-v5.10/drivers/pinctrl/
Dpinctrl-da850-pupd.c3 * Pinconf driver for TI DA850/OMAP-L138/AM18XX pullup/pulldown groups
182 { .compatible = "ti,da850-pupd" },
189 .name = "ti-da850-pupd",
198 MODULE_DESCRIPTION("TI DA850/OMAP-L138/AM18XX pullup/pulldown configuration");
/Linux-v5.10/Documentation/devicetree/bindings/display/tilcdc/
Dtilcdc.txt6 - "ti,da850-tilcdc" for DA850/AM18x/OMAP-L138 based boards
54 compatible = "ti,am33xx-tilcdc", "ti,da850-tilcdc";
/Linux-v5.10/drivers/bus/
Dda8xx-mstpri.c24 * some changes (as is the case for the LCD controller on da850-lcdk - the
159 * Default memory settings of da850 do not meet the throughput/latency
183 .board = "ti,da850-lcdk",
249 { .compatible = "ti,da850-mstpri", },

123