1 // SPDX-License-Identifier: GPL-2.0
4 #include <dt-bindings/gpio/gpio.h>
5 #include <dt-bindings/input/input.h>
6 #include <dt-bindings/leds/common.h>
11 model = "DPTechnics DPT-Module";
12 compatible = "dptechnics,dpt-module";
19 device_type = "memory";
20 reg = <0x0 0x4000000>;
24 compatible = "gpio-leds";
27 function = LED_FUNCTION_STATUS;
28 color = <LED_COLOR_ID_GREEN>;
29 gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
30 default-state = "off";
35 compatible = "gpio-keys";
41 linux,code = <KEY_RESTART>;
42 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
48 clock-frequency = <25000000>;
69 num-chipselects = <1>;
72 /* Winbond 25Q128FVSG SPI flash */
76 compatible = "winbond,w25q128", "jedec,spi-nor";
77 spi-max-frequency = <104000000>;