xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-mba6b.dtsi (revision b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b)
1f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2f126890aSEmmanuel Vadot/*
3f126890aSEmmanuel Vadot * Copyright 2013 Sascha Hauer, Pengutronix
4f126890aSEmmanuel Vadot *
5f126890aSEmmanuel Vadot * Copyright 2013-2021 TQ-Systems GmbH
6f126890aSEmmanuel Vadot * Author: Markus Niebel <Markus.Niebel@tq-group.com>
7f126890aSEmmanuel Vadot */
8f126890aSEmmanuel Vadot
9f126890aSEmmanuel Vadot&fec {
10f126890aSEmmanuel Vadot	pinctrl-names = "default";
11f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_enet>;
12f126890aSEmmanuel Vadot};
13f126890aSEmmanuel Vadot
14f126890aSEmmanuel Vadot&i2c1 {
15f126890aSEmmanuel Vadot	clock-frequency = <100000>;
16f126890aSEmmanuel Vadot	pinctrl-names = "default", "gpio";
17f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_i2c1>;
18f126890aSEmmanuel Vadot	pinctrl-1 = <&pinctrl_i2c1_recovery>;
19f126890aSEmmanuel Vadot	scl-gpios = <&gpio5 27 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
20f126890aSEmmanuel Vadot	sda-gpios = <&gpio5 26 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
21f126890aSEmmanuel Vadot	status = "okay";
22f126890aSEmmanuel Vadot};
23f126890aSEmmanuel Vadot
24f126890aSEmmanuel Vadot&i2c3 {
25f126890aSEmmanuel Vadot	lm75: temperature-sensor@49 {
26*b2d2a78aSEmmanuel Vadot		compatible = "national,lm75a";
27f126890aSEmmanuel Vadot		reg = <0x49>;
28aa1a8ff2SEmmanuel Vadot		vs-supply = <&reg_mba6_3p3v>;
29f126890aSEmmanuel Vadot	};
30f126890aSEmmanuel Vadot
31f126890aSEmmanuel Vadot	m24c64_57: eeprom@57 {
32f126890aSEmmanuel Vadot		compatible = "atmel,24c64";
33f126890aSEmmanuel Vadot		reg = <0x57>;
34f126890aSEmmanuel Vadot		pagesize = <32>;
350e8011faSEmmanuel Vadot		vcc-supply = <&reg_mba6_3p3v>;
360e8011faSEmmanuel Vadot
370e8011faSEmmanuel Vadot		nvmem-layout {
380e8011faSEmmanuel Vadot			compatible = "fixed-layout";
39f126890aSEmmanuel Vadot			#address-cells = <1>;
40f126890aSEmmanuel Vadot			#size-cells = <1>;
41f126890aSEmmanuel Vadot
42f126890aSEmmanuel Vadot			mba_mac_address: mac-address@20 {
43f126890aSEmmanuel Vadot				reg = <0x20 0x6>;
44f126890aSEmmanuel Vadot			};
45f126890aSEmmanuel Vadot		};
460e8011faSEmmanuel Vadot	};
47f126890aSEmmanuel Vadot
48f126890aSEmmanuel Vadot	rtc0: rtc@68 {
49f126890aSEmmanuel Vadot		compatible = "dallas,ds1339";
50f126890aSEmmanuel Vadot		reg = <0x68>;
51f126890aSEmmanuel Vadot	};
52f126890aSEmmanuel Vadot};
53