On 20/08/2026 11:25, Ayush Singh wrote:
Add devicetree bindings for the BeagleBoard.org BeagleConnect Freedom, a wireless-enabled board based on the TI CC1352P7. The board exposes an MCU that can be attached to a host over USB, UART, SPI or I2C, and is described as a child node of the corresponding bus.
Signed-off-by: Ayush Singh ayush@beagleboard.org
.../beagle/beagle,beagleconnect-freedom.yaml | 30 ++++++++++++++++++++++ MAINTAINERS | 1 + 2 files changed, 31 insertions(+)
Since there is going to be v2: please order patches correctly.
Please organize the patch documenting the compatible (DT bindings) before the patch using that compatible. See also: https://elixir.bootlin.com/linux/v6.14-rc6/source/Documentation/devicetree/b...
diff --git a/Documentation/devicetree/bindings/beagle/beagle,beagleconnect-freedom.yaml b/Documentation/devicetree/bindings/beagle/beagle,beagleconnect-freedom.yaml new file mode 100644 index 000000000000..5a246f81261e --- /dev/null +++ b/Documentation/devicetree/bindings/beagle/beagle,beagleconnect-freedom.yaml @@ -0,0 +1,30 @@ +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/beagle/beagle,beagleconnect-freedom.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml#
+title: BeagleBoard.org BeagleConnect Freedom
+description:
- The BeagleBoard.org BeagleConnect Freedom board connected over USB, UART, SPI or I2C.
Please wrap code according to the preferred limit expressed in Kernel coding style (checkpatch is not a coding style description, but only a tool). However don't wrap blindly (see Kernel coding style).
Best regards, Krzysztof