Commit 2a8f7188 authored by Jose Alberto Meza's avatar Jose Alberto Meza Committed by Fabio Baltieri
Browse files

samples: drivers: peci: Add mec172xxebv overlay



Define DT alias for PECI

Signed-off-by: default avatarJose Alberto Meza <jose.a.meza.arellano@intel.com>
parent b479c66e
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2022 Intel Corporation
 *
 * SPDX-License-Identifier: Apache-2.0
 */
/ {
	aliases {
		peci-0 = &peci0;
	};
};