// 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>; }; };