aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/dts/p1010rdb.dtsi
blob: 20bd57029923dbcbcd20f358231de5d3df0885e0 (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
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
 * P1010RDB Device Tree Source
 *
 * Copyright 2020 NXP
 */
/ {
	aliases {
		spi0 = &espi0;
	};
};

&soc {
	i2c@3000 {
		rtc@68 {
			compatible = "pericom,pt7c4338";
			reg = <0x68>;
		};
	};

	spi@7000 {
		status = "okay";
		flash@0 {
			compatible = "jedec,spi-nor";
			#address-cells = <1>;
			#size-cells = <1>;
			reg = <0>;
			spi-max-frequency = <10000000>; /* input clock */
		};
	};
};