summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3399-puma-spi5.dts
blob: 2ce706861f39a012eb9b5c793920a63a30442b6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)

/*
 * Theobroma Systems RK3399-Q7 "Puma" with HDMI and eDP enabled
 * and an M25P40 SPI flash connected to SPI5.
 */

#include "rk3399-puma-hdmi+edp.dts"

&spi5 {
	status = "okay";

	m25p40@0 {
		compatible = "m25p40";
		reg = <0>;
		spi-max-frequency = <1000000>;
	};
};