| [ |
| { |
| "node": "i2c", |
| "tests": [ |
| { |
| "name": "Match", |
| "expected": "match", |
| "device": { |
| "fuchsia.hardware.i2c.Service": "fuchsia.hardware.i2c.Service.ZirconTransport", |
| "fuchsia.BIND_I2C_ADDRESS": "fuchsia.goodix.platform.BIND_I2C_ADDRESS.TOUCH" |
| } |
| } |
| ] |
| }, |
| { |
| "node": "gpio-int", |
| "tests": [ |
| { |
| "name": "Match", |
| "expected": "match", |
| "device": { |
| "fuchsia.hardware.gpio.Service": "fuchsia.hardware.gpio.Service.ZirconTransport", |
| "fuchsia.gpio.FUNCTION": "fuchsia.gpio.FUNCTION.TOUCH_INTERRUPT" |
| } |
| } |
| ] |
| }, |
| { |
| "node": "gpio-reset", |
| "tests": [ |
| { |
| "name": "Match", |
| "expected": "match", |
| "device": { |
| "fuchsia.hardware.gpio.Service": "fuchsia.hardware.gpio.Service.ZirconTransport", |
| "fuchsia.gpio.FUNCTION": "fuchsia.gpio.FUNCTION.TOUCH_RESET" |
| } |
| } |
| ] |
| } |
| ] |