1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 // Copyright (C) 2018 Aleksandr Aleksandrov <aleksandr.aleksandrov@emlid.com>
5 * DTS for Emlid Neutis N5 Dev board.
10 #include "sun50i-h5-emlid-neutis-n5.dtsi"
13 model = "Emlid Neutis N5 Developer board";
14 compatible = "emlid,neutis-n5-devboard",
16 "allwinner,sun50i-h5";
19 compatible = "hdmi-connector";
23 hdmi_con_in: endpoint {
24 remote-endpoint = <&hdmi_out_con>;
29 vdd_cpux: gpio-regulator {
30 compatible = "regulator-gpio";
31 regulator-name = "vdd-cpux";
32 regulator-type = "voltage";
35 regulator-min-microvolt = <1100000>;
36 regulator-max-microvolt = <1300000>;
37 regulator-ramp-delay = <50>; /* 4ms */
38 gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
40 states = <1100000 0>, <1300000 1>;
45 cpu-supply = <&vdd_cpux>;
53 phy-handle = <&int_mii_phy>;
55 allwinner,leds-active-low;
64 hdmi_out_con: endpoint {
65 remote-endpoint = <&hdmi_con_in>;