blob: 2c03310a049c324adb72e6e0600ad5eb38fc15bf [file] [log] [blame]
---
title: flash controller Base Structure
version: 0.1
description: >
This binding gives the base structures for all flash controller devices
properties:
compatible:
type: string
category: required
description: compatible strings
generation: define
label:
type: string
category: required
description: Human readable string describing the device (used by Zephyr for API name)
generation: define
reg:
type: array
description: mmio register space
generation: define
category: required
interrupts:
type: array
category: optional
description: required interrupts
generation: define
interrupt-names:
type: stringlist
category: optional
description: names of required interrupts
generation: define
...