1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (C) 2019 Icenowy Zheng <icenowy@aosc.io>
7 #include "sun8i-v3.dtsi"
9 #include <dt-bindings/gpio/gpio.h>
12 model = "Sipeed Lichee Zero Plus";
13 compatible = "sipeed,lichee-zero-plus", "sochip,s3",
21 stdout-path = "serial0:115200n8";
25 compatible = "regulator-fixed";
26 regulator-name = "vcc3v3";
27 regulator-min-microvolt = <3300000>;
28 regulator-max-microvolt = <3300000>;
35 vmmc-supply = <®_vcc3v3>;
40 pinctrl-0 = <&uart0_pb_pins>;
41 pinctrl-names = "default";
46 dr_mode = "peripheral";
51 usb0_id_det-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>;