mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
dd5f2351e9
Sync the device tree and dt-bindings from Linux v5.6-rc2 11a48a5a18c6 ("Linux 5.6-rc2") The only exception to this is the mmc pinctrl pin bias of gxl SoC family. This is a fix which found its way to u-boot but not Linux yet. Acked-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
26 lines
555 B
Text
26 lines
555 B
Text
// 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;
|
|
};
|