mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 17:05:48 +07:00
114abfe1aa
Move the SPDX-License-Identifier lines to the top and drop the license splat. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
27 lines
549 B
Plaintext
27 lines
549 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2016 Andreas Färber
|
|
* Copyright (c) 2016 BayLibre, Inc.
|
|
* Author: Kevin Hilman <khilman@kernel.org>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "meson-gxbb-p20x.dtsi"
|
|
|
|
/ {
|
|
compatible = "amlogic,p201", "amlogic,meson-gxbb";
|
|
model = "Amlogic Meson GXBB P201 Development Board";
|
|
};
|
|
|
|
ðmac {
|
|
status = "okay";
|
|
pinctrl-0 = <ð_rmii_pins>;
|
|
pinctrl-names = "default";
|
|
phy-mode = "rmii";
|
|
|
|
snps,reset-gpio = <&gpio GPIOZ_14 0>;
|
|
snps,reset-delays-us = <0 10000 1000000>;
|
|
snps,reset-active-low;
|
|
};
|