blob: 404dddfafbfc2c1e2aac233d1b56aeafc56c757d [file] [log] [blame]
Chris Morgan6cf6fe22023-04-21 10:59:19 -05001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3/dts-v1/;
4
5#include "rk3566-anbernic-rgxx3.dtsi"
6
7/ {
8
9/*
10 * Note this is a pseudo-model that doesn't exist in mainline Linux.
11 * This model is used for all RGXX3 devices and the board.c file will
12 * set the correct dtb name for loading mainline Linux automatically.
13 */
14 model = "RGXX3";
15 compatible = "anbernic,rg353m", "anbernic,rg353p",
16 "anbernic,rg353v", "anbernic,rg353vs",
17 "anbernic,rg503", "rockchip,rk3566";
18};