blob: 8478802730f5c4789421cbcb2fb58c221a3fe7d7 [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
...