1*2806a69fSSam Edwards// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2*2806a69fSSam Edwards/* 3*2806a69fSSam Edwards * This device tree covers the common case where the RK1 is used as a 4*2806a69fSSam Edwards * "compute node" system, where the carrier board is functioning more like a 5*2806a69fSSam Edwards * generic backplane (with no non-autoenumerable peripherals of its own) than 6*2806a69fSSam Edwards * like a device that the SoM is meant to enable. 7*2806a69fSSam Edwards * 8*2806a69fSSam Edwards * Copyright (c) 2023 Sam Edwards <CFSworks@gmail.com> 9*2806a69fSSam Edwards */ 10*2806a69fSSam Edwards 11*2806a69fSSam Edwards/dts-v1/; 12*2806a69fSSam Edwards#include "rk3588-turing-rk1.dtsi" 13*2806a69fSSam Edwards 14*2806a69fSSam Edwards/ { 15*2806a69fSSam Edwards model = "Turing Machines RK1"; 16*2806a69fSSam Edwards compatible = "turing,rk1", "rockchip,rk3588"; 17*2806a69fSSam Edwards 18*2806a69fSSam Edwards chosen { 19*2806a69fSSam Edwards stdout-path = "serial9:115200n8"; 20*2806a69fSSam Edwards }; 21*2806a69fSSam Edwards}; 22