blob: 4a1aeda56558d3dd110725ccbd31f5e0b495f712 [file] [log] [blame]
Christian Hewittcd9e6962023-03-23 14:31:31 +00001
2// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3/*
4 * Copyright (c) 2021 BayLibre, SAS
5 * Author: Neil Armstrong <narmstrong@baylibre.com>
6 */
7
8#include "meson-sm1-u-boot.dtsi"
9
10&ethmac {
11 snps,reset-gpio = <&gpio GPIOZ_15 (GPIO_ACTIVE_LOW | GPIO_OPEN_DRAIN)>;
12 snps,reset-delays-us = <0 10000 1000000>;
13 snps,reset-active-low;
14};