dt-bindings: apollo4p: add ambiq usb binding
Added ambiq-usb bindings needed by udc_ambiq. Signed-off-by: Chew Zeh Yang <zeon.chew@ambiq.com>
This commit is contained in:
parent
b0f4cf6511
commit
97187bee6a
1 changed files with 28 additions and 0 deletions
28
dts/bindings/usb/ambiq,usb.yaml
Normal file
28
dts/bindings/usb/ambiq,usb.yaml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright (c) 2023 Antmicro <www.antmicro.com>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Ambiq USB
|
||||
|
||||
compatible: "ambiq,usb"
|
||||
|
||||
include: [usb-ep.yaml, pinctrl-device.yaml, ambiq-pwrcfg.yaml]
|
||||
|
||||
properties:
|
||||
reg:
|
||||
required: true
|
||||
|
||||
interrupts:
|
||||
required: true
|
||||
|
||||
ambiq,pwrcfg:
|
||||
required: true
|
||||
|
||||
vddusb33-gpios:
|
||||
type: phandle-array
|
||||
description: |
|
||||
Control VDDUSB33 via GPIO pin.
|
||||
|
||||
vddusb0p9-gpios:
|
||||
type: phandle-array
|
||||
description: |
|
||||
Control VDDUSB0P9 via GPIO pin.
|
||||
Loading…
Reference in a new issue