summaryrefslogtreecommitdiff
path: root/zephyr/boards/arm/stm32g4/stm32g473.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/boards/arm/stm32g4/stm32g473.dts')
-rw-r--r--zephyr/boards/arm/stm32g4/stm32g473.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/zephyr/boards/arm/stm32g4/stm32g473.dts b/zephyr/boards/arm/stm32g4/stm32g473.dts
new file mode 100644
index 0000000000..0c8c63f936
--- /dev/null
+++ b/zephyr/boards/arm/stm32g4/stm32g473.dts
@@ -0,0 +1,18 @@
+/* Copyright 2023 The ChromiumOS Authors
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/dts-v1/;
+
+#include <st/g4/stm32g473Xc.dtsi>
+#include <st/g4/stm32g473m(b-c-e)tx-pinctrl.dtsi>
+
+/ {
+ model = "STMicroelectronics STM32G473";
+ compatible = "st,stm32g473";
+
+ chosen {
+ zephyr,sram = &sram0;
+ };
+};