dts: bindings: serial: esp32: add pinctrl properties

and removes bindings used by pinmux.

Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
Glauber Maroto Ferreira 2022-02-04 10:38:37 -03:00 committed by Carles Cufí
parent a9aef448ab
commit 1fc2d8f4d3

View file

@ -2,7 +2,7 @@ description: ESP32 UART
compatible: "espressif,esp32-uart"
include: uart-controller.yaml
include: [uart-controller.yaml, pinctrl-device.yaml]
properties:
reg:
@ -11,26 +11,12 @@ properties:
interrupts:
required: false
tx-pin:
type: int
description: TX pin
pinctrl-0:
required: true
rx-pin:
type: int
description: RX pin
pinctrl-names:
required: true
rts-pin:
type: int
description: RTS pin
required: false
cts-pin:
type: int
description: CTS pin
required: false
peripheral:
type: int
required: true