summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3399-puma-spidev.dts
blob: c5d6c14947cd5437ea67446c019a4833c61fa1d7 (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
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)

/*
 * Theobroma Systems RK3399-Q7 "Puma" with HDMI and spidev enabled on SPI5.
 */

#include "rk3399-puma.dts"

&spi5 {
	cs-gpios = <0>, <&gpio2 RK_PD0 GPIO_ACTIVE_LOW>;
	status = "okay";

	spidev5@0 {
		compatible = "rockchip,spidev";
		reg = <0>;
		spi-max-frequency = <10000000>;
	};

	spidev5@1 {
		compatible = "rockchip,spidev";
		reg = <1>;
		spi-max-frequency = <10000000>;
	};

};