On Mon, Sep 19, 2022 at 11:49 AM Sven Peter <sven@xxxxxxxxxxxxx> wrote: > > These chips are combined Wi-Fi/Bluetooth radios which expose a > PCI subfunction for the Bluetooth part. > They are found in Apple machines such as the x86 models with the T2 > chip or the arm64 models with the M1 or M2 chips. > > Signed-off-by: Sven Peter <sven@xxxxxxxxxxxxx> > --- > changes from v2: > - extended example to include parent pcie node to make > node name validation work > - moved to bluetooth/ subdirectory > - added maxItems to reg and dropped description > - moved bluetooth-controller.yaml reference after description > > changes from v1: > - added apple,* pattern to brcm,board-type > - s/PCI/PCIe/ > - fixed 1st reg cell inside the example to not contain the bus number > > .../net/bluetooth/brcm,bcm4377-bluetooth.yaml | 81 +++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 82 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/bluetooth/brcm,bcm4377-bluetooth.yaml Reviewed-by: Rob Herring <robh@xxxxxxxxxx>