[PATCH v5 2/3] arm64: dts: ti: Add k3-am62l3-beaglebadge

Vignesh Raghavendra vigneshr at ti.com
Thu May 28 03:52:01 PDT 2026



On 27/05/26 05:24, Judith Mendez wrote:
> BeagleBoard.org BeagleBadge is a compact, affordable open source
> hardware single board computer based on the Texas Instruments AM62L3
> SoC designed for IoT and embedded applications with low power
> consumption. Expansion is provided over open standards based headers
> including QWIIC and GPIO interfaces.
> 
> https://www.beagleboard.org/boards/beaglebadge
> 
> Co-developed-by: Andrew Davis <afd at ti.com>
> Signed-off-by: Andrew Davis <afd at ti.com>
> Signed-off-by: Judith Mendez <jm at ti.com>
> ---
> Changelog since v4:
> - Canonical URL fixed
> - Switch gpio -> gpios in voltage regulator nodes
> - Regulator-always-on removed in sensor_3v3
> - Add bootph-all on pinmux nodes
> - Fix gpio-line-names formatting
> - Nodes: sdhci2, wlan_en regulator, & pinmux removed
> - USB aliases removed
> ---
>  arch/arm64/boot/dts/ti/Makefile               |   1 +
>  .../boot/dts/ti/k3-am62l3-beaglebadge.dts     | 658 ++++++++++++++++++
>  2 files changed, 659 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/ti/k3-am62l3-beaglebadge.dts
> 
> diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile
> index 5269c9619b65c..4e377ca011cd8 100644
> --- a/arch/arm64/boot/dts/ti/Makefile
> +++ b/arch/arm64/boot/dts/ti/Makefile
> @@ -41,6 +41,7 @@ dtb-$(CONFIG_ARCH_K3) += k3-am62d2-evm.dtb
>  
>  # Boards with AM62Lx SoCs
>  dtb-$(CONFIG_ARCH_K3) += k3-am62l3-evm.dtb
> +dtb-$(CONFIG_ARCH_K3) += k3-am62l3-beaglebadge.dtb

Sort this alphabetically please

>  
>  # Boards with AM62Px SoC
>  dtb-$(CONFIG_ARCH_K3) += k3-am62p5-sk.dtb
> diff --git a/arch/arm64/boot/dts/ti/k3-am62l3-beaglebadge.dts b/arch/arm64/boot/dts/ti/k3-am62l3-beaglebadge.dts
> new file mode 100644
> index 0000000000000..8e816d21a586f
> --- /dev/null
> +++ b/arch/arm64/boot/dts/ti/k3-am62l3-beaglebadge.dts
> @@ -0,0 +1,658 @@
> +// SPDX-License-Identifier: GPL-2.0

Dual license this like other files

// SPDX-License-Identifier: GPL-2.0-only or MIT

[...]

-- 
Regards
Vignesh
https://ti.com/opensource




More information about the linux-arm-kernel mailing list