[PATCH v3 3/3] arm64: dts: freescale: Add InnoComm i.MX8MM based WB15 SoM and EVK
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Mon Sep 19 03:53:28 PDT 2022
On 19/09/2022 10:24, Sascha Hauer wrote:
> Add the InnoComm i.MX8MM based WB15 SoM and its EVK. The WB15 is a
> half credit card sized board featuring:
>
> - i.MX8MM CPU
> - LPDDR4, 1GiB
> - eMMC, 8GiB
> - 1Gb Ethernet RGMII interface
> - WiFi 802.11 a/b/g/n/ac, Bluetooth 4.2
(...)
> --- /dev/null
> +++ b/arch/arm64/boot/dts/freescale/imx8mm-innocomm-wb15-evk.dts
> @@ -0,0 +1,147 @@
> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> +/*
> + * Copyright 2018 Bang & Olufsen
> + * Copyright 2022 Pengutronix
> + */
> +
> +/dts-v1/;
> +
> +#include "imx8mm-innocomm-wb15.dtsi"
> +
> +/ {
> + model = "InnoComm WB15-EVK";
> + compatible = "innocomm,wb15-evk", "fsl,imx8mm";
> +
> + chosen {
> + stdout-path = &uart2;
> + };
> +
> + leds {
> + compatible = "gpio-leds";
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_gpio_leds>;
> + status = "okay";
okay is by default
> +
> + led-0 {
> + label = "debug";
> + gpios = <&gpio4 3 GPIO_ACTIVE_HIGH>;
> + default-state = "off";
> + };
> + };
> +
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list