1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
3 * DTS for Emlid Neutis N5 Dev board.
5 * Copyright (C) 2018 Aleksandr Aleksandrov <aleksandr.aleksandrov@emlid.com>
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";
23 stdout-path = "serial0:115200n8";
27 compatible = "hdmi-connector";
31 hdmi_con_in: endpoint {
32 remote-endpoint = <&hdmi_out_con>;
37 reg_usb0_vbus: usb0-vbus {
38 compatible = "regulator-fixed";
39 regulator-name = "usb0-vbus";
40 regulator-min-microvolt = <5000000>;
41 regulator-max-microvolt = <5000000>;
43 gpio = <&r_pio 0 9 GPIO_ACTIVE_HIGH>; /* PL9 */
47 vdd_cpux: gpio-regulator {
48 compatible = "regulator-gpio";
49 regulator-name = "vdd-cpux";
50 regulator-type = "voltage";
53 regulator-min-microvolt = <1100000>;
54 regulator-max-microvolt = <1300000>;
55 regulator-ramp-delay = <50>; /* 4ms */
56 gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
58 states = <1100000 0>, <1300000 1>;
63 allwinner,audio-routing =
64 "Line Out", "LINEOUT",
93 phy-handle = <&int_mii_phy>;
95 allwinner,leds-active-low;
104 hdmi_out_con: endpoint {
105 remote-endpoint = <&hdmi_con_in>;
110 vmmc-supply = <®_vcc3v3>;
112 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
133 pinctrl-names = "default";
134 pinctrl-0 = <&uart0_pa_pins>;
144 usb0_id_det-gpios = <&r_pio 0 8 GPIO_ACTIVE_HIGH>; /* PL8 */
145 usb0_vbus-supply = <®_usb0_vbus>;