On Fri, 07 Jul 2023 15:28:50 +0200, Rafał Miłecki wrote: > From: Rafał Miłecki <rafal@xxxxxxxxxx> > > BCM53573 is a family derived from Northstar with some important > differences: > 1. Cortex-A9 replaced by Cortex-A7 > 2. XHCI controller dropped > 3. Two Ethernet interfaces removed > 4. Two 802.11ac cores embedded > > Linux already contains DTS files for some on those devices so add a > proper binding for it. > > Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx> > --- > V2: Add -v1 prefixes to Tenda AC6/W15E. There are more versions. > --- > .../bindings/arm/bcm/brcm,bcm53573.yaml | 39 +++++++++++++++++++ > 1 file changed, 39 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,bcm53573.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>