| // SPDX-License-Identifier: (GPL-2.0+ OR X11) |
| * Copyright 2018 Icenowy Zheng <icenowy@aosc.io> |
| #include "suniv-f1c100s.dtsi" |
| model = "Lichee Pi Nano"; |
| compatible = "licheepi,licheepi-nano", "allwinner,suniv-f1c100s"; |
| stdout-path = "serial0:115200n8"; |
| compatible = "regulator-fixed"; |
| regulator-name = "vcc3v3"; |
| regulator-min-microvolt = <3300000>; |
| regulator-max-microvolt = <3300000>; |
| vmmc-supply = <®_vcc3v3>; |
| pinctrl-names = "default"; |
| pinctrl-0 = <&spi0_pc_pins>; |
| compatible = "winbond,w25q128", "jedec,spi-nor"; |
| spi-max-frequency = <40000000>; |
| pinctrl-names = "default"; |
| pinctrl-0 = <&uart0_pe_pins>; |