Home
last modified time | relevance | path

Searched +full:nvmem +full:- +full:rmem (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/nvmem/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for nvmem drivers.
6 obj-$(CONFIG_NVMEM) += nvmem_core.o
7 nvmem_core-y := core.o
8 obj-$(CONFIG_NVMEM_LAYOUTS) += nvmem_layouts.o
9 nvmem_layouts-y := layouts.o
10 obj-y += layouts/
13 obj-$(CONFIG_NVMEM_APPLE_EFUSES) += nvmem-apple-efuses.o
14 nvmem-apple-efuses-y := apple-efuses.o
15 obj-$(CONFIG_NVMEM_APPLE_SPMI) += apple_nvmem_spmi.o
[all …]
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig NVMEM config
3 bool "NVMEM Support"
6 Support for NVMEM(Non Volatile Memory) devices like EEPROM, EFUSES...
8 This framework is designed to provide a generic interface to NVMEM
13 if NVMEM
16 bool "/sys/bus/nvmem/devices/*/nvmem (sysfs interface)"
20 Say Y here to add a sysfs interface for NVMEM.
23 read/write directly into nvmem.
27 source "drivers/nvmem/layouts/Kconfig"
[all …]
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm2711-rpi.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include "bcm2835-rpi.dtsi"
4 #include <dt-bindings/reset/raspberrypi,firmware-reset.h>
20 i2c0mux: i2c-mux0 {
21 compatible = "i2c-mux-pinctrl";
22 #address-cells = <1>;
23 #size-cells = <0>;
25 i2c-parent = <&i2c0>;
27 pinctrl-names = "i2c0", "i2c0-vc";
28 pinctrl-0 = <&i2c0_gpio0>;
[all …]