Lines Matching +full:row +full:- +full:gpios
2 * Copyright (c) 2018-2019 Linaro Limited
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include <arm/armv8-m.dtsi>
11 #include <zephyr/dt-bindings/i2c/i2c.h>
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
16 #address-cells = <1>;
17 #size-cells = <1>;
29 zephyr,shell-uart = &uart0;
35 compatible = "gpio-leds";
37 gpios = <&gpio_led0 0>;
41 gpios = <&gpio_led0 1>;
47 compatible = "gpio-keys";
50 gpios = <&gpio_button 0>;
55 gpios = <&gpio_button 1>;
61 #address-cells = <1>;
62 #size-cells = <0>;
66 compatible = "arm,cortex-m33";
68 #address-cells = <1>;
69 #size-cells = <1>;
72 compatible = "arm,armv8m-mpu";
80 * https://documentation-service.arm.com/static/5fa12fe9b1a7c5445f29017f
86 /* Table 3-2, row 1. */
87 compatible = "zephyr,memory-region", "mmio-sram";
89 zephyr,memory-region = "SSRAM1";
93 /* Table 3-4, rows 8 and 9. */
94 compatible = "zephyr,memory-region", "mmio-sram";
96 zephyr,memory-region = "SSRAM2_3";
100 /* Table 3-6, row 1. */
105 reserved-memory {
106 #address-cells = <1>;
107 #size-cells = <1>;
110 /* This code memory region must match what the TF-M
111 * project has defined for that board - a single image boot is
114 …* https://github.com/zephyrproject-rtos/trusted-firmware-m/blob/master/platform/ext/target/arm/mps…
124 * TF-M assigns to NS firmware.
133 #address-cells = <1>;
134 #size-cells = <1>;
137 #include "mps2_an521-common.dtsi"
143 arm,num-irq-priority-bits = <3>;