Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u-boot-imx
[platform/kernel/u-boot.git] / arch / arm / dts / meson-sm1-odroid-hc4-u-boot.dtsi
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-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 };
14
15 /* SARADC is needed for proper board variant detection */
16 &saradc {
17         status = "okay";
18         vref-supply = <&vddao_1v8>;
19 };
20
21 &tflash_vdd {
22         gpio = <&gpio_ao GPIOAO_3 GPIO_OPEN_DRAIN>;
23 };