summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/fsl-tqmls1046a.dtsi
blob: 4717e66857fa59d74ded096728cea43d0305a47b (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Device Tree Include file for LS1046A based SoM of TQ
 *
 * Copyright 2018 TQ-Systems GmbH
 */

#include <arm64/freescale/fsl-ls1046a.dtsi>

&i2c0 {
	status = "okay";

	temp-sensor@18 {
		compatible = "jc42";
		reg = <0x18>;
	};

	eeprom@50 {
		compatible = "atmel,24c02";
		reg = <0x50>;
	};

	rtc@51 {
		compatible = "nxp,pcf85063";
		reg = <0x51>;
	};

	eeprom@57 {
		compatible = "atmel,24c256";
		reg = <0x57>;
	};
};

&qspi {
	num-cs = <2>;
	bus-num = <0>;
	status = "okay";

	qflash0: mx66u51235f@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "jedec,spi-nor";
		spi-max-frequency = <108000000>;
		reg = <0>;
	};

	qflash1: mx66u51235f@1 {
		#address-cells = <1>;
		#size-cells = <1>;
		spi-max-frequency = <108000000>;
		compatible = "jedec,spi-nor";
		reg = <1>;
	};
};