The change is in the Device (SBUS) section. I have added the injection of "address" with a value of 0x57 as shown here:
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x02)
{
"address",
0x57
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
You can find the complete and updated Device (SBUS) in the original post.