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