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