xref: /freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxl-s905w-p281.dts (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2*c66ec88fSEmmanuel Vadot/*
3*c66ec88fSEmmanuel Vadot * Copyright (c) 2018 Martin Blumenstingl <martin.blumenstingl@googlemail.com>.
4*c66ec88fSEmmanuel Vadot * Based on meson-gxl-s905d-p231.dts:
5*c66ec88fSEmmanuel Vadot * - Copyright (c) 2016 Endless Computers, Inc.
6*c66ec88fSEmmanuel Vadot *   Author: Carlo Caione <carlo@endlessm.com>
7*c66ec88fSEmmanuel Vadot */
8*c66ec88fSEmmanuel Vadot
9*c66ec88fSEmmanuel Vadot/dts-v1/;
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel Vadot#include "meson-gxl-s905x.dtsi"
12*c66ec88fSEmmanuel Vadot#include "meson-gx-p23x-q20x.dtsi"
13*c66ec88fSEmmanuel Vadot
14*c66ec88fSEmmanuel Vadot/ {
15*c66ec88fSEmmanuel Vadot	compatible = "amlogic,p281", "amlogic,s905w", "amlogic,meson-gxl";
16*c66ec88fSEmmanuel Vadot	model = "Amlogic Meson GXL (S905W) P281 Development Board";
17*c66ec88fSEmmanuel Vadot
18*c66ec88fSEmmanuel Vadot	memory@0 {
19*c66ec88fSEmmanuel Vadot		device_type = "memory";
20*c66ec88fSEmmanuel Vadot		reg = <0x0 0x0 0x0 0x40000000>;
21*c66ec88fSEmmanuel Vadot	};
22*c66ec88fSEmmanuel Vadot};
23*c66ec88fSEmmanuel Vadot
24*c66ec88fSEmmanuel Vadot&usb {
25*c66ec88fSEmmanuel Vadot	dr_mode = "host";
26*c66ec88fSEmmanuel Vadot};
27