83bea9a796
DTS property attributes are (by default) not required. Explicitly specifying `required: false` is redundant. Perhaps a warning to that effect would be useful. Signed-off-by: Chris Friedt <cfriedt@meta.com>
10 lines
136 B
YAML
10 lines
136 B
YAML
description: ESP32 UART
|
|
|
|
compatible: "espressif,esp32-usb-serial"
|
|
|
|
include: uart-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|