Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * Copyright (c) 2018 Martin Blumenstingl <martin.blumenstingl@googlemail.com>.
0004  * Based on meson-gxl-s905d-p231.dts:
0005  * - Copyright (c) 2016 Endless Computers, Inc.
0006  *   Author: Carlo Caione <carlo@endlessm.com>
0007  */
0008 
0009 /dts-v1/;
0010 
0011 #include "meson-gxl-s905x.dtsi"
0012 #include "meson-gx-p23x-q20x.dtsi"
0013 
0014 / {
0015         compatible = "amlogic,p281", "amlogic,s905w", "amlogic,meson-gxl";
0016         model = "Amlogic Meson GXL (S905W) P281 Development Board";
0017 
0018         memory@0 {
0019                 device_type = "memory";
0020                 reg = <0x0 0x0 0x0 0x40000000>;
0021         };
0022 };
0023 
0024 &usb {
0025         dr_mode = "host";
0026 };