dts: bindings: nordic,nrf-can: require clock-names
Specify two source clocks: AUXPLL and HSFLL. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
332a3354f3
commit
b56c61a1d8
3 changed files with 9 additions and 3 deletions
|
|
@ -17,6 +17,9 @@ properties:
|
|||
clocks:
|
||||
required: true
|
||||
|
||||
clock-names:
|
||||
required: true
|
||||
|
||||
pinctrl-0:
|
||||
required: true
|
||||
|
||||
|
|
|
|||
|
|
@ -605,7 +605,8 @@
|
|||
reg = <0x8d8000 0x400>, <0x2fbef800 0x800>, <0x2fbe8000 0x7800>;
|
||||
reg-names = "wrapper", "m_can", "message_ram";
|
||||
interrupts = <216 NRF_DEFAULT_IRQ_PRIORITY>;
|
||||
clocks = <&canpll>;
|
||||
clocks = <&canpll>, <&hsfll120>;
|
||||
clock-names = "auxpll", "hsfll";
|
||||
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
|
||||
bosch,mram-cfg = <0x0 28 8 3 3 0 1 1>;
|
||||
status = "disabled";
|
||||
|
|
|
|||
|
|
@ -450,7 +450,8 @@
|
|||
reg = <0x8d8000 0x400>, <0x2fbef800 0x800>, <0x2fbe8000 0x7800>;
|
||||
reg-names = "wrapper", "m_can", "message_ram";
|
||||
interrupts = <216 NRF_DEFAULT_IRQ_PRIORITY>;
|
||||
clocks = <&canpll>;
|
||||
clocks = <&canpll>, <&hsfll120>;
|
||||
clock-names = "auxpll", "hsfll";
|
||||
bosch,mram-cfg = <0x0 28 8 3 3 0 1 1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
@ -460,7 +461,8 @@
|
|||
reg = <0x8db000 0x400>, <0x2fbf7800 0x800>, <0x2fbf0000 0x7800>;
|
||||
reg-names = "wrapper", "m_can", "message_ram";
|
||||
interrupts = <219 NRF_DEFAULT_IRQ_PRIORITY>;
|
||||
clocks = <&canpll>;
|
||||
clocks = <&canpll>, <&hsfll120>;
|
||||
clock-names = "auxpll", "hsfll";
|
||||
bosch,mram-cfg = <0x0 28 8 3 3 0 1 1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue