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

Update for UNB2 version 5: EEPROM after switch. Change is backwards compatible

parent 9d88b171
No related branches found
No related tags found
1 merge request!23Pts1
Pipeline #75544 passed
...@@ -20,6 +20,12 @@ drivers: ...@@ -20,6 +20,12 @@ drivers:
parameters: [0,1, 4,4] parameters: [0,1, 4,4]
status: UNB2TR_I2C_bus_PS_error status: UNB2TR_I2C_bus_PS_error
- name: switch_EEPROM
type: i2c_array2
parent: I2C1
parameters: [0,1, 6,6]
status: UNB2TR_I2C_bus_PS_error
- name: switch_FP - name: switch_FP
type: i2c_array2 type: i2c_array2
parent: I2C1 parent: I2C1
...@@ -291,7 +297,7 @@ variables: ...@@ -291,7 +297,7 @@ variables:
dim: 2 dim: 2
- name: UNB2_PCB_version - name: UNB2_PCB_version
driver: switch_UNB2 driver: switch_EEPROM
devreg: 0x50.0 devreg: 0x50.0
width: 0x100 #32 char width: 0x100 #32 char
rw: ro rw: ro
...@@ -300,7 +306,7 @@ variables: ...@@ -300,7 +306,7 @@ variables:
- name: UNB2_PCB_number - name: UNB2_PCB_number
description: PCB number (astron.nl/webforms/IenS-Boarden/view.php?id=xxx) description: PCB number (astron.nl/webforms/IenS-Boarden/view.php?id=xxx)
driver: switch_UNB2 driver: switch_EEPROM
devreg: 0x50.0x20 devreg: 0x50.0x20
width: 0x100 #32 characters width: 0x100 #32 characters
rw: ro rw: ro
...@@ -308,7 +314,7 @@ variables: ...@@ -308,7 +314,7 @@ variables:
dim: 2 dim: 2
- name: UNB2_PCB_ID - name: UNB2_PCB_ID
driver: switch_UNB2 driver: switch_EEPROM
devreg: 0x50.0xFC devreg: 0x50.0xFC
width: 32 width: 32
rw: ro rw: ro
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment