Re: [PATCH 2/2] arm64: dts: ti: Add k3-am62l3-beaglebadge
From: Krzysztof Kozlowski
Date: Sun May 03 2026 - 07:30:02 EST
On 02/05/2026 01:31, 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://beagleboard.org/
> https://github.com/beagleboard/BeagleBadge
>
> Co-developed-by: Andrew Davis <afd@xxxxxx>
Incomplete DCO. Please read carefully submitting patches to understand
what you should do here.
> Signed-off-by: Judith Mendez <jm@xxxxxx>
...
> +&spi3 {
> + pinctrl-names = "default";
> + pinctrl-0 = <&spi3_pins_default>;
> + status = "okay";
> +
> + sx1262_lora: lora@0 {
Heh? Lora?
> + compatible = "rohm,dh2228fv";
Nope, you don't have this device. Stop faking stuff. dh2228fv DOES NOT
EXIST! How could you put to hardware something which does not even exist?
> + reg = <0>;
> + spi-max-frequency = <10000000>;
> + };
> +};
Best regards,
Krzysztof