blob: cad55969f2ce5ef8e70354aa1d5cad7fad8c552c [file] [log] [blame]
title: base device binding
description: >
Binding for device
properties:
compatible:
type: string-array
category: required
description: compatible strings
reg:
type: array
description: register space
category: optional
reg-names:
type: string-array
description: name of each register space
category: optional
interrupts:
type: array
category: optional
description: interrupts for device
interrupt-names:
type: string-array
category: optional
description: name of each interrupt
label:
type: string
category: optional
description: Human readable string describing the device (used by Zephyr for API name)
clocks:
type: compound
category: optional
description: Clock gate information