diff --git a/pypcc/config/RECVTR_HB.yaml b/pypcc/config/RECVTR_HB.yaml
index d482bb17755a9bee28d642d4083f64a1cac784c5..49ecbdf6170df6b9fc0fd09c1555eb8e9a9f5d84 100644
--- a/pypcc/config/RECVTR_HB.yaml
+++ b/pypcc/config/RECVTR_HB.yaml
@@ -3,10 +3,14 @@ description: "1234"
 name: "RECVTR"
 
 drivers:
+ - name: I2C_reset_GPIO
+   type: gpio
+   parameters: [15] 
  - name: I2C1 #TCA9548
    type: i2c_switch
    devreg: [0x70,0x71,0x72,0x73]
    parameters: [1] #I2C port number
+   parent: I2C_reset_GPIO
  - name: I2C_RCU 
    type: i2c_array #An array of similar devices connected to an I2C switch
    parent: I2C1