dts: bindings: Add reset device to some NXP schema
Include reset device binding in some of the NXP LPC IP bindings to be able to add the resets property. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
565a62065b
commit
7a17e141cc
4 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ description: LPC Flexcomm node
|
|||
|
||||
compatible: "nxp,lpc-flexcomm"
|
||||
|
||||
include: [base.yaml, pinctrl-device.yaml]
|
||||
include: [base.yaml, pinctrl-device.yaml, reset-device.yaml]
|
||||
|
||||
properties:
|
||||
reg:
|
||||
|
|
|
@ -2,7 +2,7 @@ description: NXP LPC SoC series MCAN CAN FD controller
|
|||
|
||||
compatible: "nxp,lpc-mcan"
|
||||
|
||||
include: ["bosch,m_can-base.yaml", pinctrl-device.yaml]
|
||||
include: ["bosch,m_can-base.yaml", pinctrl-device.yaml, "reset-device.yaml"]
|
||||
|
||||
properties:
|
||||
reg:
|
||||
|
|
|
@ -5,7 +5,7 @@ description: NXP Multirate Timer
|
|||
|
||||
compatible: "nxp,mrt"
|
||||
|
||||
include: base.yaml
|
||||
include: [base.yaml, reset-device.yaml]
|
||||
|
||||
properties:
|
||||
reg:
|
||||
|
|
|
@ -5,7 +5,7 @@ description: LPC MAILBOX
|
|||
|
||||
compatible: "nxp,lpc-mailbox"
|
||||
|
||||
include: base.yaml
|
||||
include: [base.yaml, reset-device.yaml]
|
||||
|
||||
properties:
|
||||
reg:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue