Skip to content
Snippets Groups Projects
Commit 998806b1 authored by Paulus Kruger's avatar Paulus Kruger
Browse files

I2C reset pin added to config

parent afab0296
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,14 @@ description: "1234" ...@@ -3,10 +3,14 @@ description: "1234"
name: "RECVTR" name: "RECVTR"
drivers: drivers:
- name: I2C_reset_GPIO
type: gpio
parameters: [15]
- name: I2C1 #TCA9548 - name: I2C1 #TCA9548
type: i2c_switch type: i2c_switch
devreg: [0x70,0x71,0x72,0x73] devreg: [0x70,0x71,0x72,0x73]
parameters: [1] #I2C port number parameters: [1] #I2C port number
parent: I2C_reset_GPIO
- name: I2C_RCU - name: I2C_RCU
type: i2c_array #An array of similar devices connected to an I2C switch type: i2c_array #An array of similar devices connected to an I2C switch
parent: I2C1 parent: I2C1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment