| // SPDX-License-Identifier: GPL-2.0+ or X11 |
| * Device Tree file for CZ.NIC' RIPE Atlas Probe |
| * 2021 by Marek BehĂșn <marek.behun@nic.cz> |
| #include <dt-bindings/gpio/gpio.h> |
| #include <dt-bindings/leds/common.h> |
| #include "armada-372x.dtsi" |
| model = "CZ.NIC's RIPE Atlas Probe"; |
| compatible = "cznic,ripe-atlas", "marvell,armada3720", |
| stdout-path = "serial0:115200n8"; |
| reg = <0x00000000 0x00000000 0x00000000 0x20000000>; |
| compatible = "gpio-leds"; |
| gpios = <&gpiosb 21 GPIO_ACTIVE_LOW>; |
| color = <LED_COLOR_ID_RED>; |
| function = LED_FUNCTION_ACTIVITY; |
| compatible = "regulator-gpio"; |
| regulator-min-microvolt = <1800000>; |
| regulator-max-microvolt = <3300000>; |
| gpios = <&gpiosb 23 GPIO_ACTIVE_HIGH>; |
| pinctrl-names = "default"; |
| pinctrl-names = "default"; |
| pinctrl-0 = <&rgmii_pins>; |
| vqmmc-supply = <&vsdc_reg>; |
| pinctrl-names = "default"; |
| pinctrl-0 = <&uart1_pins>; |