Searched +full:nvmem +full:- +full:rmem (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 # Makefile for nvmem drivers.6 obj-$(CONFIG_NVMEM) += nvmem_core.o7 nvmem_core-y := core.o8 obj-$(CONFIG_NVMEM_LAYOUTS) += nvmem_layouts.o9 nvmem_layouts-y := layouts.o10 obj-y += layouts/13 obj-$(CONFIG_NVMEM_APPLE_EFUSES) += nvmem-apple-efuses.o14 nvmem-apple-efuses-y := apple-efuses.o15 obj-$(CONFIG_NVMEM_APPLE_SPMI) += apple_nvmem_spmi.o[all …]
1 # SPDX-License-Identifier: GPL-2.0-only2 menuconfig NVMEM config3 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 NVMEM13 if NVMEM16 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 …]
1 // SPDX-License-Identifier: GPL-2.02 #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 …]