xref: /linux/arch/arm64/boot/dts/freescale/tqmls10xxa.dtsi (revision 115e74a29b530d121891238e9551c4bcdf7b04b5)
1// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
2/*
3 * Copyright (c) 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
4 * D-82229 Seefeld, Germany.
5 * Author: Gregor Herburger, Timo Herbrecher
6 *
7 * Device Tree Include file for TQMLs10xxA SoM of TQ
8 */
9
10/ {
11	reg_vcc1v8: regulator-vcc1v8 {
12		compatible = "regulator-fixed";
13		regulator-name = "VCC1V8";
14		regulator-min-microvolt = <1800000>;
15		regulator-max-microvolt = <1800000>;
16		regulator-always-on;
17	};
18
19	reg_vcc3v3: regulator-vcc3v3 {
20		compatible = "regulator-fixed";
21		regulator-name = "VCC3V3";
22		regulator-min-microvolt = <3300000>;
23		regulator-max-microvolt = <3300000>;
24		regulator-always-on;
25	};
26};
27
28&i2c0 {
29	status = "okay";
30
31	temperature-sensor@18 {
32		compatible = "nxp,se97b", "jedec,jc-42.4-temp";
33		reg = <0x18>;
34	};
35
36	eeprom@50 {
37		compatible = "nxp,se97b", "atmel,24c02";
38		reg = <0x50>;
39		pagesize = <16>;
40		vcc-supply = <&reg_vcc3v3>;
41		read-only;
42	};
43
44	rtc@51 {
45		compatible = "nxp,pcf85063a";
46		reg = <0x51>;
47	};
48
49	eeprom@57 {
50		compatible = "atmel,24c64";
51		reg = <0x57>;
52		pagesize = <32>;
53		vcc-supply = <&reg_vcc3v3>;
54	};
55};
56
57&esdhc {
58	/* eSDHC or eMMC: set by bootloader */
59	non-removable;
60	disable-wp;
61	mmc-hs200-1_8v;
62	sd-uhs-sdr104;
63	sd-uhs-sdr50;
64	sd-uhs-sdr25;
65	sd-uhs-sdr12;
66};
67