1# Copyright (c) 2023 Antmicro <www.antmicro.com> 2# SPDX-License-Identifier: Apache-2.0 3 4description: Fujitsu MB85RCXX series I2C FRAM 5 6compatible: "fujitsu,mb85rcxx" 7 8include: ["eeprom-base.yaml", i2c-device.yaml] 9 10properties: 11 size: 12 required: true 13 description: Total FRAM size in bytes. 14 15 pagesize: 16 type: int 17 description: | 18 Size of the single FRAM module in bytes. 19 If not provided it is assumed to be the same as total size. 20 21 address-width: 22 type: int 23 required: true 24 description: FRAM address width in bits. 25 26 wp-gpios: 27 type: phandle-array 28 description: GPIO to which the write-protect pin of the chip is connected. 29