samples: smbus: Remove qemu_x86_64 overlay

Remove overlay added by mistake. SMBus EEPROM PR is not merged and the
dts would be updated for qemu_x86_64 board's dts.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2023-03-24 13:37:51 +02:00 committed by Anas Nashif
parent 38fdba17c5
commit fd078b6746
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
/*
* Copyright (c) 2022 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/dt-bindings/pcie/pcie.h>
&smbus0 {
eeprom2: smbus_eeprom@50 {
compatible = "jedec,smbus-eeprom";
reg = <0x50>;
size = <0x100>;
status = "okay";
};
};