Home
last modified time | relevance | path

Searched +full:spi +full:- +full:hv (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/
H A Dnvidia,tegra186-pmc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/arm/tegra/nvidia,tegra186-pmc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Jon Hunter <jonathanh@nvidia.com>
16 - nvidia,tegra186-pmc
17 - nvidia,tegra194-pmc
18 - nvidia,tegra234-pmc
24 reg-names:
[all …]
H A Dnvidia,tegra20-pmc.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/arm/tegra/nvidia,tegra20-pmc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Jonathan Hunter <jonathanh@nvidia.com>
16 - nvidia,tegra20-pmc
17 - nvidia,tegra30-pmc
18 - nvidia,tegra114-pmc
19 - nvidia,tegra124-pmc
[all …]
/openbmc/linux/tools/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
12 @echo ' acpi - ACPI tools'
13 @echo ' bpf - misc BPF tools'
14 @echo ' cgroup - cgroup tools'
15 @echo ' counter - counter tools'
16 @echo ' cpupower - a tool for all things x86 CPU power'
17 @echo ' debugging - tools for debugging'
18 @echo ' firewire - the userspace part of nosy, an IEEE-1394 traffic sniffer'
19 @echo ' firmware - Firmware tools'
20 @echo ' freefall - laptop accelerometer program for disk protection'
[all …]
/openbmc/u-boot/board/freescale/t102xrdb/
H A DREADME2 ------------------
4 combines two or one 64-bit Power Architecture e5500 core respectively with high
9 and general-purpose embedded computing. Its high level of integration offers
14 - two e5500 cores, each with a private 256 KB L2 cache
15 - Up to 1.4 GHz with 64-bit ISA support (Power Architecture v2.06-compliant)
16 - Three levels of instructions: User, supervisor, and hypervisor
17 - Independent boot and reset
18 - Secure boot capability
19 - 256 KB shared L3 CoreNet platform cache (CPC)
20 - Interconnect CoreNet platform
[all …]
/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_soc.c1 // SPDX-License-Identifier: GPL-2.0-or-later
23 #include <linux/spi/spi.h>
37 static phys_addr_t immrbase = -1;
43 if (immrbase != -1) in get_immrbase()
63 static u32 sysfreq = -1; in fsl_get_sys_freq()
66 if (sysfreq != -1) in fsl_get_sys_freq()
71 return -1; in fsl_get_sys_freq()
73 of_property_read_u32(soc, "clock-frequency", &sysfreq); in fsl_get_sys_freq()
74 if (sysfreq == -1 || !sysfreq) in fsl_get_sys_freq()
75 of_property_read_u32(soc, "bus-frequency", &sysfreq); in fsl_get_sys_freq()
[all …]
/openbmc/linux/drivers/soc/tegra/
H A Dpmc.c1 // SPDX-License-Identifier: GPL-2.0-only
6 * Copyright (c) 2018-2023, NVIDIA CORPORATION. All rights reserved.
12 #define pr_fmt(fmt) "tegra-pmc: " fmt
14 #include <linux/arm-smccc.h>
16 #include <linux/clk-provider.h>
18 #include <linux/clk/clk-conf.h>
37 #include <linux/pinctrl/pinconf-generic.h>
56 #include <dt-bindings/interrupt-controller/arm-gic.h>
57 #include <dt-bindings/pinctrl/pinctrl-tegra-io-pad.h>
58 #include <dt-bindings/gpio/tegra186-gpio.h>
[all …]
/openbmc/linux/drivers/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
58 # input before char - char/joystick depends on it. As does USB.
68 source "drivers/spi/Kconfig"
130 source "drivers/dma-buf/Kconfig"
148 source "drivers/hv/Kconfig"
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
6 # Rewritten to use lists instead of if-statements.
11 MAKEFLAGS += --include-dir=$(srctree)
14 obj-y += cache/
15 obj-y += irqchip/
16 obj-y += bus/
18 obj-$(CONFIG_GENERIC_PHY) += phy/
21 obj-$(CONFIG_PINCTRL) += pinctrl/
22 obj-$(CONFIG_GPIOLIB) += gpio/
23 obj-y += pwm/
[all …]
/openbmc/linux/sound/soc/codecs/
H A Drt298.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * rt298.c -- RT298 ALSA SoC audio codec driver
16 #include <linux/spi/spi.h>
23 #include <sound/soc-dapm.h>
200 snd_soc_component_write(component, rt298->index_cache[i].reg, in rt298_index_sync()
201 rt298->index_cache[i].def); in rt298_index_sync()
227 if (!rt298->component) in rt298_jack_detect()
228 return -EINVAL; in rt298_jack_detect()
230 dapm = snd_soc_component_get_dapm(rt298->component); in rt298_jack_detect()
232 if (rt298->pdata.cbj_en) { in rt298_jack_detect()
[all …]
H A Drt286.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * rt286.c -- RT286 ALSA SoC audio codec driver
16 #include <linux/spi/spi.h>
23 #include <sound/soc-dapm.h>
196 snd_soc_component_write(component, rt286->index_cache[i].reg, in rt286_index_sync()
197 rt286->index_cache[i].def); in rt286_index_sync()
223 if (!rt286->component) in rt286_jack_detect()
224 return -EINVAL; in rt286_jack_detect()
226 dapm = snd_soc_component_get_dapm(rt286->component); in rt286_jack_detect()
228 if (rt286->pdata.cbj_en) { in rt286_jack_detect()
[all …]
/openbmc/u-boot/include/configs/km/
H A Dkmp204x-common.h1 /* SPDX-License-Identifier: GPL-2.0+ */
13 * supported in u-boot */
19 #include "keymile-common.h"
29 #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */
37 #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
41 /* Environment in SPI Flash */
42 #define CONFIG_ENV_OFFSET 0x100000 /* 1MB for u-boot */
103 * ... -------------------------------------------------------
105 * ... |<------------------- pram -------------------------->|
106 * ... -------------------------------------------------------
[all …]
/openbmc/u-boot/include/configs/
H A Dcyrus.h1 /* SPDX-License-Identifier: GPL-2.0+ */
38 #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */
47 #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
172 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
178 /* Serial Port - controlled on board with jumper J8
179 * open - index 2
180 * shorted - index 1
231 * eSPI - Enhanced SPI
236 * Memory space is mapped 1-1, but I/O space must start from 0.
425 #define CONFIG_UBOOTPATH u-boot.bin /* U-Boot image on TFTP server */
[all …]
H A Dcorenet_ds.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright 2009-2012 Freescale Semiconductor, Inc.
47 #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */
58 #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
80 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
274 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
280 /* Serial Port - controlled on board with jumper J8
281 * open - index 2
282 * shorted - index 1
326 * for slave u-boot IMAGE instored in master memory space,
[all …]
H A DP2041RDB.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright 2011-2012 Freescale Semiconductor, Inc.
29 #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */
41 #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
70 - CONFIG_ENV_SECT_SIZE)
265 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
272 /* Serial Port - controlled on board with jumper J8
273 * open - index 2
274 * shorted - index 1
318 * for slave u-boot IMAGE instored in master memory space,
[all …]
H A DT4240RDB.h1 /* SPDX-License-Identifier: GPL-2.0+ */
39 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot.lds"
56 #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */
68 #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
144 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
151 /* Serial Port - controlled on board with jumper J8
152 * open - index 2
153 * shorted - index 1
177 * Memory space is mapped 1-1, but I/O space must start from 0.
273 #define CONFIG_UBOOTPATH "u-boot.bin" /* U-Boot image on TFTP server*/
[all …]
H A DT1040QDS.h2 * Copyright 2013-2014 Freescale Semiconductor, Inc.
20 * MA 02111-1307 USA
38 #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */
56 #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
73 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
239 | CSOR_NAND_ECC_MODE_4 /* 4-bit ECC */ \
339 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
346 /* Serial Port - controlled on board with jumper J8
347 * open - index 2
348 * shorted - index 1
[all …]
H A DB4860QDS.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright 2011-2012 Freescale Semiconductor, Inc.
29 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot-nand.lds"
48 #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */
58 #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
118 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
305 | CSOR_NAND_ECC_MODE_4 /* 4-bit ECC */ \
408 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
415 /* Serial Port - controlled on board with jumper J8
416 * open - index 2
[all …]
H A DT208xRDB.h1 /* SPDX-License-Identifier: GPL-2.0+ */
17 #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */
49 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot-nand.lds"
61 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot.lds"
75 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot.lds"
129 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
254 | CSOR_NAND_ECC_MODE_4 /* 4-bit ECC */ \
340 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
403 * for slave u-boot IMAGE instored in master memory space,
423 * SRIO_PCIE_BOOT - SLAVE
[all …]
H A DT102xQDS.h1 /* SPDX-License-Identifier: GPL-2.0+ */
14 #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */
48 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot-nand.lds"
60 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot.lds"
74 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot.lds"
88 /* PCIe Boot - Master */
91 * for slave u-boot IMAGE instored in master memory space,
119 /* PCIe Boot - Slave */
148 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
318 | CSOR_NAND_ECC_MODE_4 /* 4-bit ECC */ \
[all …]
H A DT208xQDS.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright 2011-2013 Freescale Semiconductor, Inc.
23 #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */
55 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot-nand.lds"
71 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot.lds"
89 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot.lds"
144 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
290 | CSOR_NAND_ECC_MODE_4 /* 4-bit ECC */ \
392 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
461 * for slave u-boot IMAGE instored in master memory space,
[all …]
H A DT102xRDB.h1 /* SPDX-License-Identifier: GPL-2.0+ */
14 #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */
51 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot-nand.lds"
67 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot.lds"
85 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot.lds"
103 /* PCIe Boot - Master */
106 * for slave u-boot IMAGE instored in master memory space,
134 /* PCIe Boot - Slave */
171 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
334 | CSOR_NAND_ECC_MODE_4 /* 4-bit ECC */ \
[all …]
H A DT104xRDB.h1 /* SPDX-License-Identifier: GPL-2.0+ */
40 * with U-Boot image.
50 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot-nand.lds"
81 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot.lds"
114 #define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot.lds"
144 #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */
162 #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
182 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
354 | CSOR_NAND_ECC_MODE_4 /* 4-bit ECC */ \
448 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
[all …]
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra234.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 #include <dt-bindings/clock/tegra234-clock.h>
4 #include <dt-bindings/gpio/tegra234-gpio.h>
5 #include <dt-bindings/interrupt-controller/arm-gic.h>
6 #include <dt-bindings/mailbox/tegra186-hsp.h>
7 #include <dt-bindings/memory/tegra234-mc.h>
8 #include <dt-bindings/pinctrl/pinctrl-tegra-io-pad.h>
9 #include <dt-bindings/power/tegra234-powergate.h>
10 #include <dt-bindings/reset/tegra234-reset.h>
11 #include <dt-bindings/thermal/tegra234-bpmp-thermal.h>
[all …]
H A Dtegra194.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/clock/tegra194-clock.h>
3 #include <dt-bindings/gpio/tegra194-gpio.h>
4 #include <dt-bindings/interrupt-controller/arm-gic.h>
5 #include <dt-bindings/mailbox/tegra186-hsp.h>
6 #include <dt-bindings/pinctrl/pinctrl-tegra-io-pad.h>
7 #include <dt-bindings/pinctrl/pinctrl-tegra.h>
8 #include <dt-bindings/power/tegra194-powergate.h>
9 #include <dt-bindings/reset/tegra194-reset.h>
10 #include <dt-bindings/thermal/tegra194-bpmp-thermal.h>
[all …]
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ibm-sbp1.dts1 // SPDX-License-Identifier: GPL-2.0+
3 /dts-v1/;
4 #include <dt-bindings/gpio/aspeed-gpio.h>
5 #include <dt-bindings/input/input.h>
6 #include <dt-bindings/interrupt-controller/irq.h>
7 #include <dt-bindings/leds/common.h>
8 #include <dt-bindings/i2c/i2c.h>
9 #include "aspeed-g6.dtsi"
13 compatible = "ibm,sbp1-bmc", "aspeed,ast2600";
16 stdout-path = &uart1;
[all …]

12