From 998806b1039f7b1937819bf1f667dabc0eca5f94 Mon Sep 17 00:00:00 2001
From: kruger <kruger@astron.nl>
Date: Thu, 15 Jun 2023 16:56:14 +0200
Subject: [PATCH] I2C reset pin added to config

---
 pypcc/config/RECVTR_HB.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pypcc/config/RECVTR_HB.yaml b/pypcc/config/RECVTR_HB.yaml
index d482bb1..49ecbdf 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
-- 
GitLab