Lines Matching +full:flash +full:- +full:gpios
1 // SPDX-License-Identifier: ISC
6 /dts-v1/;
8 #include "intel-ixp42x.dtsi"
9 #include <dt-bindings/input/input.h>
14 #address-cells = <1>;
15 #size-cells = <1>;
25 stdout-path = "uart0:115200n8";
33 compatible = "gpio-leds";
34 led-status {
36 gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
37 default-state = "on";
38 linux,default-trigger = "heartbeat";
40 led-ready {
42 gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
43 default-state = "on";
45 led-disk-1 {
46 label = "nslu2:green:disk-1";
47 gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
48 default-state = "off";
50 led-disk-2 {
51 label = "nslu2:green:disk-2";
52 gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
53 default-state = "off";
58 compatible = "gpio-keys";
60 button-power {
61 wakeup-source;
64 gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>;
66 button-reset {
67 wakeup-source;
70 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
75 compatible = "i2c-gpio";
76 sda-gpios = <&gpio0 7 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
77 scl-gpios = <&gpio0 6 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
78 #address-cells = <1>;
79 #size-cells = <0>;
87 gpio-poweroff {
88 compatible = "gpio-poweroff";
89 gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
90 timeout-ms = <5000>;
94 flash@50000000 {
95 compatible = "intel,ixp4xx-flash", "cfi-flash";
96 bank-width = <2>;
98 * 8 MB of Flash in 0x20000 byte blocks
104 compatible = "redboot-fis";
106 fis-index-block = <0x3f>;