1279418Smarkj// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2279418Smarkj/*
3279418Smarkj * Copyright (c) 2018 Martin Blumenstingl <martin.blumenstingl@googlemail.com>.
4279418Smarkj * Based on meson-gxl-s905d-p231.dts:
5279418Smarkj * - Copyright (c) 2016 Endless Computers, Inc.
6279418Smarkj *   Author: Carlo Caione <carlo@endlessm.com>
7299094Sngie */
8299094Sngie
9299094Sngie/dts-v1/;
10279418Smarkj
11279418Smarkj#include "meson-gxl-s905x.dtsi"
12279418Smarkj#include "meson-gx-p23x-q20x.dtsi"
13279418Smarkj
14279418Smarkj/ {
15279418Smarkj	compatible = "oranth,tx3-mini", "amlogic,s905w", "amlogic,meson-gxl";
16279418Smarkj	model = "Oranth Tanix TX3 Mini";
17279418Smarkj
18279418Smarkj	memory@0 {
19279418Smarkj		device_type = "memory";
20279418Smarkj		reg = <0x0 0x0 0x0 0x40000000>; /* 1 GiB or 2 GiB */
21291332Sbdrewery	};
22};
23
24&ir {
25	linux,rc-map-name = "rc-tanix-tx3mini";
26};
27
28&usb {
29	dr_mode = "host";
30};
31