1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 #include "suniv-f1c100s.dtsi"
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/leds/common.h>
13 model = "Popcorn Computer PopStick v1.1";
14 compatible = "sourceparts,popstick-v1.1", "sourceparts,popstick",
15 "allwinner,suniv-f1c200s", "allwinner,suniv-f1c100s";
22 stdout-path = "serial0:115200n8";
26 compatible = "gpio-leds";
29 function = LED_FUNCTION_STATUS;
30 color = <LED_COLOR_ID_GREEN>;
31 gpios = <&pio 4 6 GPIO_ACTIVE_HIGH>; /* PE6 */
32 linux,default-trigger = "heartbeat";
36 reg_vcc3v3: regulator-3v3 {
37 compatible = "regulator-fixed";
38 regulator-name = "vcc3v3";
39 regulator-min-microvolt = <3300000>;
40 regulator-max-microvolt = <3300000>;
45 cd-gpios = <&pio 4 3 GPIO_ACTIVE_LOW>; /* PE3 */
48 vmmc-supply = <®_vcc3v3>;
57 pinctrl-names = "default";
58 pinctrl-0 = <&spi0_pc_pins>;
62 compatible = "spi-nand";
64 spi-max-frequency = <40000000>;
69 pinctrl-names = "default";
70 pinctrl-0 = <&uart0_pe_pins>;
75 dr_mode = "peripheral";