Lines Matching +full:sense +full:- +full:edge +full:- +full:mask

4  * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include "bbc_microbit-pinctrl.dtsi"
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
27 zephyr,shell-uart = &uart0;
28 zephyr,bt-mon-uart = &uart0;
29 zephyr,bt-c2h-uart = &uart0;
32 zephyr,code-partition = &slot0_partition;
37 compatible = "gpio-keys";
52 compatible = "nordic,nrf-led-matrix";
56 pixel-mapping = [00 13 01 14 02
61 row-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>,
64 col-gpios = <&gpio0 4 GPIO_ACTIVE_LOW>,
73 refresh-frequency = <50>;
75 pixel-group-size = <3>;
79 compatible = "microbit,edge-connector";
80 #gpio-cells = <2>;
81 gpio-map-mask = <0xffffffff 0xffffffc0>;
82 gpio-map-pass-thru = <0 0x3f>;
83 gpio-map = <0 0 &gpio0 3 0>, /* P0, Analog in */
116 sense-edge-mask = <0xffffffff>;
121 current-speed = <115200>;
122 pinctrl-0 = <&uart0_default>;
123 pinctrl-1 = <&uart0_sleep>;
124 pinctrl-names = "default", "sleep";
129 clock-frequency = <I2C_BITRATE_FAST>;
134 pinctrl-0 = <&i2c0_default>;
135 pinctrl-1 = <&i2c0_sleep>;
136 pinctrl-names = "default", "sleep";
141 int1-gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
142 int2-gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
146 lsm303agr_magn: lsm303agr-magn@1e {
147 compatible = "st,lis2mdl", "st,lsm303agr-magn";
150 irq-gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>; /* A3 */
153 lsm303agr_accel: lsm303agr-accel@19 {
154 compatible = "st,lis2dh", "st,lsm303agr-accel";
157 irq-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
164 compatible = "fixed-partitions";
165 #address-cells = <1>;
166 #size-cells = <1>;
173 label = "image-0";
177 label = "image-1";
181 label = "image-scratch";