add dsihost for u5 chip family
This commit is contained in:
parent
95ff92f362
commit
804326f93f
1718
data/registers/dsihost_u5.yaml
Normal file
1718
data/registers/dsihost_u5.yaml
Normal file
File diff suppressed because it is too large
Load Diff
@ -2499,8 +2499,8 @@ enum/DSISEL:
|
||||
- name: PLL3_P
|
||||
description: PLL3 “P” (pll3_p_ck) selected
|
||||
value: 0
|
||||
- name: DCLK
|
||||
description: DSI PHY PLL output selected
|
||||
- name: DSI_PHY
|
||||
description: DSI PHY PLL output selected (formerly called DCLK, renamed to DSI_PHY to match other chip families)
|
||||
value: 1
|
||||
enum/FDCANSEL:
|
||||
bit_size: 2
|
||||
|
@ -266,6 +266,7 @@ impl PeriMatcher {
|
||||
(".*:DSIHOST:dsihost1_v1_0", ("dsihost", "v1", "DSIHOST")),
|
||||
(".*:DSIHOST:dsihost1_v1_0_SHARK", ("dsihost", "v1", "DSIHOST")),
|
||||
(".*:DSIHOST:dsihost1_v2_0", ("dsihost", "v2", "DSIHOST")),
|
||||
(".*:DSIHOST:dsihost_U5", ("dsihost", "u5", "DSIHOST")),
|
||||
(".*:MDIOS:mdios1_v1_0", ("mdios", "v1", "MDIOS")),
|
||||
(".*:QUADSPI:.*", ("quadspi", "v1", "QUADSPI")),
|
||||
("STM32F1.*:BKP.*", ("bkp", "v1", "BKP")),
|
||||
|
Loading…
x
Reference in New Issue
Block a user