blob: fbcc8287c56eba67a934fa76d882f3bd0b2ed602 [file] [log] [blame]
Christian Hewitt91772f02020-04-24 03:09:12 +00001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2020 BayLibre, SAS
4 * Author: Neil Armstrong <narmstrong@baylibre.com>
5 */
6
Neil Armstronga074b6c2020-11-11 08:22:11 +09007#include "meson-sm1-u-boot.dtsi"
Neil Armstrong32157212020-06-19 11:31:28 +02008
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};
Marek Szyprowskiac8a6f82020-12-18 11:43:45 +010014
15&tflash_vdd {
16 gpio = <&gpio_ao GPIOAO_3 GPIO_OPEN_DRAIN>;
17};