ARM64: dts: amlogic: Convert to new-style SPDX license identifiers
[linux-2.6-microblaze.git] / arch / arm64 / boot / dts / amlogic / meson-gxbb-p201.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Copyright (c) 2016 Andreas Färber
4  * Copyright (c) 2016 BayLibre, Inc.
5  * Author: Kevin Hilman <khilman@kernel.org>
6  */
7
8 /dts-v1/;
9
10 #include "meson-gxbb-p20x.dtsi"
11
12 / {
13         compatible = "amlogic,p201", "amlogic,meson-gxbb";
14         model = "Amlogic Meson GXBB P201 Development Board";
15 };
16
17 &ethmac {
18         status = "okay";
19         pinctrl-0 = <&eth_rmii_pins>;
20         pinctrl-names = "default";
21         phy-mode = "rmii";
22
23         snps,reset-gpio = <&gpio GPIOZ_14 0>;
24         snps,reset-delays-us = <0 10000 1000000>;
25         snps,reset-active-low;
26 };