Lines Matching +full:2 +full:- +full:256
2 * Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
4 * SPDX-License-Identifier: Apache-2.0
7 /* /dts-v1/; */
9 #include <arm/armv8.1-m.dtsi>
10 #include <zephyr/dt-bindings/i2c/i2c.h>
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
12 #include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
24 compatible = "gpio-leds";
34 gpios = <&gpio_led0 2>;
68 compatible = "gpio-keys";
82 compatible = "zephyr,memory-region";
83 /* 0 - CONFIG_CORTEX_M_NULL_POINTER_EXCEPTION_PAGE_SIZE> */
85 zephyr,memory-region = "NULL_PTR_DETECT";
86 zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_FLASH) )>;
88 /* DDR4 - 2G, alternates non-secure/secure every 256M */
91 compatible = "zephyr,memory-region";
92 reg = <0x60000000 DT_SIZE_M(256)
93 0x70000000 DT_SIZE_M(256)
94 0x80000000 DT_SIZE_M(256)
95 0x90000000 DT_SIZE_M(256)
96 0xa0000000 DT_SIZE_M(256)
97 0xb0000000 DT_SIZE_M(256)
98 0xc0000000 DT_SIZE_M(256)
99 0xd0000000 DT_SIZE_M(256)>;
100 zephyr,memory-region = "DDR4";
105 arm,num-irq-priority-bits = <3>;