Commit e9ed88a4 authored by Rob Herring (Arm)'s avatar Rob Herring (Arm) Committed by Claudiu Beznea
Browse files

ARM: dts: microchip: Drop usb_a9g20-dab-mmx.dtsi



This .dtsi file is not included anywhere in the tree and can't be
tested.

Acked-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: default avatarRob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20260122202345.3387936-2-robh@kernel.org


Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@tuxon.dev>
parent a8e30c9d
Loading
Loading
Loading
Loading
+0 −93
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * calao-dab-mmx.dtsi - Device Tree Include file for Calao DAB-MMX Daughter Board
 *
 * Copyright (C) 2011 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
 */

/ {
	ahb {
		apb {
			usart1: serial@fffb4000 {
				status = "okay";
			};

			usart3: serial@fffd0000 {
				status = "okay";
			};
		};
	};

	i2c-gpio@0 {
		status = "okay";
	};

	leds {
		compatible = "gpio-leds";

		user_led1 {
			label = "user_led1";
			gpios = <&pioB 20 GPIO_ACTIVE_LOW>;
		};

/*
* led already used by mother board but active as high
*		user_led2 {
*			label = "user_led2";
*			gpios = <&pioB 21 GPIO_ACTIVE_LOW>;
*		};
*/
		user_led3 {
			label = "user_led3";
			gpios = <&pioB 22 GPIO_ACTIVE_LOW>;
		};

		user_led4 {
			label = "user_led4";
			gpios = <&pioB 23 GPIO_ACTIVE_LOW>;
		};

		red {
			label = "red";
			gpios = <&pioB 24 GPIO_ACTIVE_LOW>;
		};

		orange {
			label = "orange";
			gpios = <&pioB 30 GPIO_ACTIVE_LOW>;
		};

		green {
			label = "green";
			gpios = <&pioB 31 GPIO_ACTIVE_LOW>;
		};
	};

	gpio_keys {
		compatible = "gpio-keys";

		button-user-pb1 {
			label = "user_pb1";
			gpios = <&pioB 25 GPIO_ACTIVE_LOW>;
			linux,code = <0x100>;
		};

		button-user-pb2 {
			label = "user_pb2";
			gpios = <&pioB 13 GPIO_ACTIVE_LOW>;
			linux,code = <0x101>;
		};

		button-user-pb3 {
			label = "user_pb3";
			gpios = <&pioA 26 GPIO_ACTIVE_LOW>;
			linux,code = <0x102>;
		};

		button-user-pb4 {
			label = "user_pb4";
			gpios = <&pioC 9 GPIO_ACTIVE_LOW>;
			linux,code = <0x103>;
		};
	};
};