2019-06-08 00:12:49 +08:00
|
|
|
title: base device binding
|
|
|
|
|
|
|
|
description: >
|
|
|
|
Binding for device
|
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
2019-06-14 22:53:47 +08:00
|
|
|
type: string-array
|
2019-06-08 00:12:49 +08:00
|
|
|
category: required
|
|
|
|
description: compatible strings
|
|
|
|
|
|
|
|
reg:
|
|
|
|
type: array
|
|
|
|
description: register space
|
|
|
|
category: optional
|
|
|
|
|
|
|
|
reg-names:
|
2019-06-07 21:53:27 +08:00
|
|
|
type: string-array
|
2019-06-08 00:12:49 +08:00
|
|
|
description: name of each register space
|
|
|
|
category: optional
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
type: array
|
|
|
|
category: optional
|
|
|
|
description: interrupts for device
|
|
|
|
|
|
|
|
interrupt-names:
|
2019-06-07 21:53:27 +08:00
|
|
|
type: string-array
|
2019-06-08 00:12:49 +08:00
|
|
|
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)
|
2019-07-16 23:29:21 +08:00
|
|
|
|
|
|
|
clocks:
|
2019-08-07 23:35:56 +08:00
|
|
|
type: compound
|
2019-07-16 23:29:21 +08:00
|
|
|
category: optional
|
|
|
|
description: Clock gate information
|