Files
zephyr/dts/arm/silabs/xg1/efr32fg1p133f256gm48.dtsi
Kyle Bonnici bbff45f1c4 DTS: format files using dts-linter 0.3.7-hotfix2
- Ensure that properties have 2 new lines when node is above it.
- Enures that 1 new line is required between a node and #if/#ifdef...
- Enures that 2 new line are required between #endif and node.
- Wraps property values that exceed 100 characters in length.

Signed-off-by: Kyle Bonnici <kylebonnici@hotmail.com>
2025-12-12 15:38:31 -05:00

24 lines
347 B
Plaintext

/*
* Copyright (c) 2018 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <silabs/xg1/xg1.dtsi>
/ {
soc {
compatible = "silabs,efr32fg1p133f256gm48", "silabs,efr32fg1p", "silabs,efr32",
"simple-bus";
};
};
&flash0 {
reg = <0 DT_SIZE_K(256)>;
};
&sram0 {
reg = <0x20000000 DT_SIZE_K(32)>;
};