Skip to content

Commit 6e72749

Browse files
JiafeiPankartben
authored andcommitted
soc: imx93: a55: add empty soc.h
Some drivers need header file soc.h, according to Zephyr SoC Porting Guide soc.h must be provided for each SoC, so created an empty one. Signed-off-by: Jiafei Pan <[email protected]>
1 parent be35a1f commit 6e72749

File tree

1 file changed

+11
-0
lines changed
  • soc/nxp/imx/imx9/imx93/a55

1 file changed

+11
-0
lines changed

soc/nxp/imx/imx9/imx93/a55/soc.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright 2025 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#ifndef _SOC_NXP_IMX_IMX93_A55_SOC_H_
8+
#define _SOC_NXP_IMX_IMX93_A55_SOC_H_
9+
10+
11+
#endif /* _SOC_NXP_IMX_IMX93_A55_SOC_H_ */

0 commit comments

Comments
 (0)