170711Sobrien// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
251855Sbp/*
377223Sru * This device tree covers the common case where the RK1 is used as a
451855Sbp * "compute node" system, where the carrier board is functioning more like a
551855Sbp * generic backplane (with no non-autoenumerable peripherals of its own) than
651855Sbp * like a device that the SoM is meant to enable.
754502Speter *
854502Speter * Copyright (c) 2023 Sam Edwards <CFSworks@gmail.com>
9154865Salc */
1051855Sbp
1151855Sbp/dts-v1/;
1251855Sbp#include "rk3588-turing-rk1.dtsi"
1351855Sbp
1451855Sbp/ {
1560966Speter	model = "Turing Machines RK1";
16	compatible = "turing,rk1", "rockchip,rk3588";
17
18	chosen {
19		stdout-path = "serial9:115200n8";
20	};
21};
22