SSDT0000.bin contains the hardware description (very interesting)
SSDT0001.bin contains only TPM stuff. (uninteresting at the moment)
Decompile SSDT0000.bin
Most of the ACPI tables can be decompiled by iASL (Intel ASL compiler).
But SSDT0000.bin can not be decompiled by iASL.
We have to use MS-ASL compiler. (MS ASL is not as strict as iASL which leads to issues with Linux)
https://docs.microsoft.com/en-us/windows-hardware/drivers/bringup/microsoft-asl-compiler
use asl.exe /u /e /ResDecode SSDT0000.bin
Decompiled output below:
There is a way to compile the SSDT0000.ASL with iasl, without getting a lot of errors about external symbols. Just put the file next to the other acpi tables (don't decompile them), and it shouldn't give errors about missing external symbols. There are 4 syntax errors, currently there are no fixes available.
What SSDT0000.ASL can tell you
WorkInProgress
I2C Devices
Search for I2CSerialBus should reveal all i2c devices.