Christian Hewitt | 8888d83 | 2020-04-24 03:09:12 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | /* | ||||
3 | * Copyright (c) 2020 BayLibre, SAS | ||||
4 | * Author: Neil Armstrong <narmstrong@baylibre.com> | ||||
5 | */ | ||||
6 | |||||
7 | #include "meson-g12-common-u-boot.dtsi" | ||||
Neil Armstrong | d9c9677 | 2020-06-19 11:31:28 +0200 | [diff] [blame] | 8 | |
9 | ðmac { | ||||
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 | }; |