Christian Hewitt | cd9e696 | 2023-03-23 14:31:31 +0000 | [diff] [blame] | 1 | |
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 | ðmac { | ||||
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 | }; |