| /kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 39 bool "DA830/OMAP-L137/AM17x based system" 47 bool "DA850/OMAP-L138/AM18x based system" 129 bool "TI DA830/OMAP-L137/AM17x Reference Platform" 134 Say Y here to select the TI DA830/OMAP-L137/AM17x Evaluation Module. 137 prompt "Select DA830/OMAP-L137/AM17x UI board peripheral" 140 The presence of UI card on the DA830/OMAP-L137/AM17x EVM is 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 [all …]
|
| D | clock.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) 2006-2007 Texas Instruments. 6 * Copyright (C) 2008-2009 Deep Root Systems, LLC 47 * OMAP-L138 system reference guide recommends a wait for 4 OSCIN/CLKIN 53 /* From OMAP-L138 datasheet table 6-4. Units are micro seconds */ 56 * From OMAP-L138 datasheet table 6-4; assuming prediv = 1, sqrt(pllm) = 4
|
| D | da8xx-dt.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 5 * Modified from mach-omap/omap2/board-generic.c 23 "ti,da850-lcdk", 24 "ti,da850-evm", 29 DT_MACHINE_START(DA850_DT, "Generic DA850/OMAP-L138/AM18x")
|
| D | pdata-quirks.c | 1 // SPDX-License-Identifier: GPL-2.0-only 21 #define TVP5147_CH0 "tvp514x-0" 22 #define TVP5147_CH1 "tvp514x-1" 52 .name = "S-Video", 103 .card_name = "DA850/OMAP-L138 Video Capture", 161 .name = "S-Video", 178 .card_name = "DA850/OMAP-L138 Video Display", 193 while (quirks->compatible) { in pdata_quirks_check() 194 if (of_machine_is_compatible(quirks->compatible)) { in pdata_quirks_check() 195 if (quirks->fn) in pdata_quirks_check() [all …]
|
| D | board-omapl138-hawk.c | 2 * Hawkboard.org based on TI's OMAP-L138 Platform 6 * Copyright (C) 2009 Texas Instruments Incorporated - https://www.ti.com 20 #include <linux/platform_data/gpio-davinci.h> 21 #include <linux/platform_data/mtd-davinci.h> 22 #include <linux/platform_data/mtd-davinci-aemif.h> 23 #include <linux/platform_data/ti-aemif.h> 27 #include <asm/mach-types.h> 34 #define HAWKBOARD_PHY_ID "davinci_mdio-0:07" 45 -1 67 soc_info->emac_pdata->phy_id = HAWKBOARD_PHY_ID; in omapl138_hawk_config_emac() [all …]
|
| D | board-da850-evm.c | 2 * TI DA850/OMAP-L138 EVM board 4 * Copyright (C) 2009 Texas Instruments Incorporated - https://www.ti.com/ 6 * Derived from: arch/arm/mach-davinci/board-da830-evm.c 25 #include <linux/input/tps6507x-ts.h> 30 #include <linux/nvmem-provider.h> 33 #include <linux/platform_data/gpio-davinci.h> 34 #include <linux/platform_data/mtd-davinci.h> 35 #include <linux/platform_data/mtd-davinci-aemif.h> 36 #include <linux/platform_data/ti-aemif.h> 37 #include <linux/platform_data/spi-davinci.h> [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ti/ |
| D | ti,davinci.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sekhar Nori <nsekhar@ti.com> 13 DA850/OMAP-L138/AM18x based boards 20 - enum: 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 23 - enbw,cmc # EnBW AM1808 based CMC board 24 - lego,ev3 # LEGO MINDSTORMS EV3 (AM1808 based) [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/ti/ |
| D | ti,davinci.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sekhar Nori <nsekhar@ti.com> 13 DA850/OMAP-L138/AM18x based boards 20 - enum: 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 23 - enbw,cmc # EnBW AM1808 based CMC board 24 - lego,ev3 # LEGO MINDSTORMS EV3 (AM1808 based) [all …]
|
| /kernel/linux/linux-6.6/arch/arm/mach-davinci/ |
| D | clock.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) 2006-2007 Texas Instruments. 6 * Copyright (C) 2008-2009 Deep Root Systems, LLC 47 * OMAP-L138 system reference guide recommends a wait for 4 OSCIN/CLKIN 53 /* From OMAP-L138 datasheet table 6-4. Units are micro seconds */ 56 * From OMAP-L138 datasheet table 6-4; assuming prediv = 1, sqrt(pllm) = 4
|
| D | da8xx-dt.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 5 * Modified from mach-omap/omap2/board-generic.c 23 "ti,da850-lcdk", 24 "ti,da850-evm", 29 DT_MACHINE_START(DA850_DT, "Generic DA850/OMAP-L138/AM18x")
|
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 22 bool "DA830/OMAP-L137/AM17x based system" 29 bool "DA850/OMAP-L138/AM18x based system"
|
| D | pdata-quirks.c | 1 // SPDX-License-Identifier: GPL-2.0-only 21 #define TVP5147_CH0 "tvp514x-0" 22 #define TVP5147_CH1 "tvp514x-1" 52 .name = "S-Video", 103 .card_name = "DA850/OMAP-L138 Video Capture", 161 .name = "S-Video", 178 .card_name = "DA850/OMAP-L138 Video Display", 193 while (quirks->compatible) { in pdata_quirks_check() 194 if (of_machine_is_compatible(quirks->compatible)) { in pdata_quirks_check() 195 if (quirks->fn) in pdata_quirks_check() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ti/davinci/ |
| D | pll.txt | 8 - compatible: shall be one of: 9 - "ti,da850-pll0" for PLL0 on DA850/OMAP-L138/AM18XX 10 - "ti,da850-pll1" for PLL1 on DA850/OMAP-L138/AM18XX 11 - reg: physical base address and size of the controller's register area. 12 - clocks: phandles corresponding to the clock names 13 - clock-names: names of the clock sources - depends on compatible string 14 - for "ti,da850-pll0", shall be "clksrc", "extclksrc" 15 - for "ti,da850-pll1", shall be "clksrc" 18 - ti,clkmode-square-wave: Indicates that the the board is supplying a square 20 This property is only valid when compatible = "ti,da850-pll0". [all …]
|
| D | psc.txt | 7 - compatible: shall be one of: 8 - "ti,da850-psc0" for PSC0 on DA850/OMAP-L138/AM18XX 9 - "ti,da850-psc1" for PSC1 on DA850/OMAP-L138/AM18XX 10 - reg: physical base address and size of the controller's register area 11 - #clock-cells: from common clock binding; shall be set to 1 12 - #power-domain-cells: from generic power domain binding; shall be set to 1. 13 - clocks: phandles to clocks corresponding to the clock-names property 14 - clock-names: list of parent clock names - depends on compatible value 15 - for "ti,da850-psc0", shall be "pll0_sysclk1", "pll0_sysclk2", 17 - for "ti,da850-psc1", shall be "pll0_sysclk2", "pll0_sysclk4", "async3" [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/ti/davinci/ |
| D | pll.txt | 8 - compatible: shall be one of: 9 - "ti,da850-pll0" for PLL0 on DA850/OMAP-L138/AM18XX 10 - "ti,da850-pll1" for PLL1 on DA850/OMAP-L138/AM18XX 11 - reg: physical base address and size of the controller's register area. 12 - clocks: phandles corresponding to the clock names 13 - clock-names: names of the clock sources - depends on compatible string 14 - for "ti,da850-pll0", shall be "clksrc", "extclksrc" 15 - for "ti,da850-pll1", shall be "clksrc" 18 - ti,clkmode-square-wave: Indicates that the board is supplying a square 20 This property is only valid when compatible = "ti,da850-pll0". [all …]
|
| D | psc.txt | 7 - compatible: shall be one of: 8 - "ti,da850-psc0" for PSC0 on DA850/OMAP-L138/AM18XX 9 - "ti,da850-psc1" for PSC1 on DA850/OMAP-L138/AM18XX 10 - reg: physical base address and size of the controller's register area 11 - #clock-cells: from common clock binding; shall be set to 1 12 - #power-domain-cells: from generic power domain binding; shall be set to 1. 13 - clocks: phandles to clocks corresponding to the clock-names property 14 - clock-names: list of parent clock names - depends on compatible value 15 - for "ti,da850-psc0", shall be "pll0_sysclk1", "pll0_sysclk2", 17 - for "ti,da850-psc1", shall be "pll0_sysclk2", "pll0_sysclk4", "async3" [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | davinci-mcbsp.txt | 4 This binding describes the "Multi-channel Buffered Serial Port" (McBSP) 5 audio interface found in some TI DaVinci processors like the OMAP-L138 or AM180x. 10 - compatible : 11 "ti,da850-mcbsp" : for DA850, AM180x and OPAM-L138 platforms 13 - reg : physical base address and length of the controller memory mapped 15 - reg-names : Should contain: 19 - dmas: three element list of DMA controller phandles, DMA request line and 21 - dma-names: identifier string for each DMA request line in the dmas property. 27 - interrupts : Interrupt numbers for McBSP 28 - interrupt-names : Known interrupt names are "rx" and "tx" [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | davinci-mcbsp.txt | 4 This binding describes the "Multi-channel Buffered Serial Port" (McBSP) 5 audio interface found in some TI DaVinci processors like the OMAP-L138 or AM180x. 10 - compatible : 11 "ti,da850-mcbsp" : for DA850, AM180x and OPAM-L138 platforms 13 - reg : physical base address and length of the controller memory mapped 15 - reg-names : Should contain: 19 - dmas: three element list of DMA controller phandles, DMA request line and 21 - dma-names: identifier string for each DMA request line in the dmas property. 27 - interrupts : Interrupt numbers for McBSP 28 - interrupt-names : Known interrupt names are "rx" and "tx" [all …]
|
| /kernel/linux/linux-6.6/drivers/pinctrl/ |
| D | pinctrl-da850-pupd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Pinconf driver for TI DA850/OMAP-L138/AM18XX pullup/pulldown groups 15 #include <linux/pinctrl/pinconf-generic.h> 73 val = readl(data->base + DA850_PUPD_ENA); in da850_pupd_pin_config_group_get() 86 val = readl(data->base + DA850_PUPD_SEL); in da850_pupd_pin_config_group_get() 92 return -EINVAL; in da850_pupd_pin_config_group_get() 110 ena = readl(data->base + DA850_PUPD_ENA); in da850_pupd_pin_config_group_set() 111 sel = readl(data->base + DA850_PUPD_SEL); in da850_pupd_pin_config_group_set() 129 return -EINVAL; in da850_pupd_pin_config_group_set() 133 writel(sel, data->base + DA850_PUPD_SEL); in da850_pupd_pin_config_group_set() [all …]
|
| /kernel/linux/linux-5.10/drivers/pinctrl/ |
| D | pinctrl-da850-pupd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Pinconf driver for TI DA850/OMAP-L138/AM18XX pullup/pulldown groups 15 #include <linux/pinctrl/pinconf-generic.h> 73 val = readl(data->base + DA850_PUPD_ENA); in da850_pupd_pin_config_group_get() 86 val = readl(data->base + DA850_PUPD_SEL); in da850_pupd_pin_config_group_get() 92 return -EINVAL; in da850_pupd_pin_config_group_get() 110 ena = readl(data->base + DA850_PUPD_ENA); in da850_pupd_pin_config_group_set() 111 sel = readl(data->base + DA850_PUPD_SEL); in da850_pupd_pin_config_group_set() 129 return -EINVAL; in da850_pupd_pin_config_group_set() 133 writel(sel, data->base + DA850_PUPD_SEL); in da850_pupd_pin_config_group_set() [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/bus/ |
| D | ti,da850-mstpri.txt | 8 OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf 12 - compatible: "ti,da850-mstpri" - for da850 based boards 13 - reg: offset and length of the mstpri registers 15 Example for da850-lcdk is shown below. 18 compatible = "ti,da850-mstpri";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/bus/ |
| D | ti,da850-mstpri.txt | 8 OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf 12 - compatible: "ti,da850-mstpri" - for da850 based boards 13 - reg: offset and length of the mstpri registers 15 Example for da850-lcdk is shown below. 18 compatible = "ti,da850-mstpri";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
| D | ti-da8xx-ddrctl.txt | 7 OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf 11 - compatible: "ti,da850-ddr-controller" - for da850 SoC based boards 12 - reg: a tuple containing the base address of the memory 18 compatible = "ti,da850-ddr-controller";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/ |
| D | ti,da8xx-ddrctl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ti,da8xx-ddrctl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bartosz Golaszewski <bgolaszewski@baylibre.com> 11 - Krzysztof Kozlowski <krzk@kernel.org> 15 OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf 19 const: ti,da850-ddr-controller 25 - compatible 26 - reg [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
| D | ti,da850-pupd.txt | 1 * Pin configuration for TI DA850/OMAP-L138/AM18x 8 - compatible: Must be "ti,da850-pupd" 9 - reg: Base address and length of the memory resource used by the pullup/down 17 - groups: An array of strings, each string containing the name of a pin group. 21 pinctrl-bindings.txt in this directory. The supported parameters are 22 bias-disable, bias-pull-up, bias-pull-down. 26 ------- 30 pinconf: pin-controller@22c00c { 31 compatible = "ti,da850-pupd"; 35 In board-specific file: [all …]
|