• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef ATLAS_MAINBOARD_H
4 #define ATLAS_MAINBOARD_H
5 
6 /* Embedded controller settings */
7 #define EC_IDX_PORT		0x2e
8 #define EMI_0_IO_BASE_ADDR	0xc00
9 
10 #endif /* ATLAS_MAINBOARD_H */
11