Searched +full:lpc1857 +full:- +full:eeprom (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/nvmem/nxp,lpc1857-eeprom.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: NXP LPC18xx EEPROM memory10 - Frank Li <Frank.Li@nxp.com>14 const: nxp,lpc1857-eeprom19 reg-names:21 - const: reg22 - const: mem[all …]
1 * NXP LPC18xx EEPROM memory NVMEM driver4 - compatible: Should be "nxp,lpc1857-eeprom"5 - reg: Must contain an entry with the physical base address and length6 for each entry in reg-names.7 - reg-names: Must include the following entries.8 - reg: EEPROM registers.9 - mem: EEPROM address space.10 - clocks: Must contain an entry for each entry in clock-names.11 - clock-names: Must include the following entries.12 - eeprom: EEPROM operating clock.[all …]
9 * Released under the terms of 3-clause BSD License14 #include "../../armv7-m.dtsi"16 #include "dt-bindings/clock/lpc18xx-cgu.h"17 #include "dt-bindings/clock/lpc18xx-ccu.h"23 #address-cells = <1>;24 #size-cells = <1>;27 #address-cells = <1>;28 #size-cell171 eeprom: eeprom@4000e000 { global() label [all...]