summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-adpismarc.dts
blob: 6a688510dad95acb0e66bfa28fd649b6fda7e630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (C) 2024 Heiko Schocher <hs@denx.de>
 */

/dts-v1/;

#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include "imx8mp-aristainetos3a-som-v1.dtsi"

&{/} {
	model = "Aristainetos3 ADLink PI SMARC carrier";
	compatible = "abb,imx8mp-aristanetos3-adpismarc",
		     "abb,imx8mp-aristanetos3-som",
		     "fsl,imx8mp";
};

&flexcan1 {
	status = "okay";
};

&i2c2 {
	gpio8: pinctrl@3e {
		compatible = "semtech,sx1509q";
		reg = <0x3e>;

		#gpio-cells = <2>;
		#interrupt-cells = <2>;
		semtech,probe-reset;
		gpio-controller;
		interrupt-controller;
		interrupt-parent = <&gpio6>;
		interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
	};

};