| // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| * Copyright (C) 2018 Amarula Solutions B.V. |
| * Author: Jagan Teki <jagan@amarulasolutions.com> |
| #include "sun50i-a64.dtsi" |
| #include <dt-bindings/gpio/gpio.h> |
| model = "Amarula A64-Relic"; |
| compatible = "amarula,a64-relic", "allwinner,sun50i-a64"; |
| stdout-path = "serial0:115200n8"; |
| compatible = "regulator-fixed"; |
| regulator-name = "vcc3v3"; |
| regulator-min-microvolt = <3300000>; |
| regulator-max-microvolt = <3300000>; |
| pinctrl-names = "default"; |
| pinctrl-0 = <&mmc2_pins>; |
| vmmc-supply = <®_vcc3v3>; |
| pinctrl-names = "default"; |
| pinctrl-0 = <&uart0_pins_a>; |
| usb0_id_det-gpios = <&pio 7 9 GPIO_ACTIVE_HIGH>; /* PH9 */ |