1/*
2 * Copyright (c) 2022, Carlo Caione <ccaione@baylibre.com>
3 */
4
5/ {
6	test {
7		#address-cells = <0x1>;
8		#size-cells = <0x1>;
9
10		test_sram: sram@20010000 {
11			compatible = "zephyr,memory-region", "mmio-sram";
12			reg = <0x20010000 0x1000>;
13			zephyr,memory-region = "SRAM_REGION";
14		};
15	};
16};
17