Update page 'M_CAN Driver Usage Device Tree'

Mario Hüttel 2017-04-26 14:23:10 +02:00
parent 5546727129
commit e3e62f633e

@ -62,7 +62,7 @@ The last device tree value configures the setup and layout of the MRAM (message
It is an array consisting of eight values:
```
bosch,mram-cfg = <offset, 11bit filter, 29 bit filter, RX FIFO 0, RX FIFO 1, RX Buffers, TX event FIFO, TX Buffers (v3.0.x) / TX FIFO Elements (>=v3.1.x)>;
bosch,mram-cfg = <offset, 11 bit filter, 29 bit filter, RX FIFO 0, RX FIFO 1, RX Buffers, TX event FIFO, TX Buffers (v3.0.x) / TX FIFO Elements (>=v3.1.x)>;
```
The *offset* value defines the address offset in bytes inside the MRAM region. Ensure that the memory regions of different M_CANs with the same MRAM do not overlap each other.