Christian Hewitt | 91772f0 | 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 | |
Neil Armstrong | a074b6c | 2020-11-11 08:22:11 +0900 | [diff] [blame] | 7 | #include "meson-sm1-u-boot.dtsi" |
Neil Armstrong | 3215721 | 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 | }; |
Marek Szyprowski | ac8a6f8 | 2020-12-18 11:43:45 +0100 | [diff] [blame] | 14 | |
Marek Szyprowski | 85c7564 | 2021-02-04 10:11:45 +0100 | [diff] [blame] | 15 | /* SARADC is needed for proper board variant detection */ |
| 16 | &saradc { |
| 17 | status = "okay"; |
| 18 | vref-supply = <&vddao_1v8>; |
| 19 | }; |
| 20 | |
Marek Szyprowski | ac8a6f8 | 2020-12-18 11:43:45 +0100 | [diff] [blame] | 21 | &tflash_vdd { |
| 22 | gpio = <&gpio_ao GPIOAO_3 GPIO_OPEN_DRAIN>; |
| 23 | }; |