dts: microchip,xec-timer: Add properties for GIRQ info
Add girq and girq-bit to encode per device information. This allows the driver to get any device unique info from device tree. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
d6b6ebe522
commit
9ed4f39110
2 changed files with 16 additions and 0 deletions
|
@ -26,3 +26,13 @@ properties:
|
|||
type: int
|
||||
required: true
|
||||
description: Maximum counter value the instance can handle
|
||||
|
||||
girq:
|
||||
type: int
|
||||
required: true
|
||||
description: GIRQ for this device
|
||||
|
||||
girq-bit:
|
||||
type: int
|
||||
required: true
|
||||
description: Bit position in GIRQ for this device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue