On Fri, 12 Apr 2024 20:28:00 +0100, Cristian Marussi wrote: > Add bindings for the ARM MHUv3 Mailbox controller. > > Signed-off-by: Cristian Marussi <cristian.marussi@xxxxxxx> > --- > v3 -> v4 > - using ARM GIC defines in example > - defined MHUv3 Extensions types in dt-bindings/arm/mhuv3-dt.h > v2 -> v3 > - fixed spurious tabs in dt_binding_check > v1 -> v2 > - clarified extension descriptions around configurability and discoverability > - removed unused labels from the example > - using pattern properties to define interrupt-names > - bumped interrupt maxItems to 74 (allowing uo to 8 channels per extension) > --- > .../bindings/mailbox/arm,mhuv3.yaml | 224 ++++++++++++++++++ > include/dt-bindings/arm/mhuv3-dt.h | 13 + > 2 files changed, 237 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mailbox/arm,mhuv3.yaml > create mode 100644 include/dt-bindings/arm/mhuv3-dt.h > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>