Skip to content

Commit

Permalink
dts: nordic: nrf9280: drop can120/121 nodes
Browse files Browse the repository at this point in the history
CAN is not ready yet for this platform (clock control drivers). So
remove the nodes for now.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
  • Loading branch information
gmarull authored and kartben committed Feb 13, 2025
1 parent 2512d3d commit 8b851ad
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions dts/common/nordic/nrf9280.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -445,28 +445,6 @@
global-domain-id = <12>;
};

can120: can@8d8000 {
compatible = "nordic,nrf-can";
reg = <0x8d8000 0x400>, <0x2fbef800 0x800>, <0x2fbe8000 0x7800>;
reg-names = "wrapper", "m_can", "message_ram";
interrupts = <216 NRF_DEFAULT_IRQ_PRIORITY>;
clocks = <&canpll>, <&hsfll120>;
clock-names = "auxpll", "hsfll";
bosch,mram-cfg = <0x0 28 8 3 3 0 1 1>;
status = "disabled";
};

can121: can@8db000 {
compatible = "nordic,nrf-can";
reg = <0x8db000 0x400>, <0x2fbf7800 0x800>, <0x2fbf0000 0x7800>;
reg-names = "wrapper", "m_can", "message_ram";
interrupts = <219 NRF_DEFAULT_IRQ_PRIORITY>;
clocks = <&canpll>, <&hsfll120>;
clock-names = "auxpll", "hsfll";
bosch,mram-cfg = <0x0 28 8 3 3 0 1 1>;
status = "disabled";
};

dppic120: dppic@8e1000 {
compatible = "nordic,nrf-dppic-global";
reg = <0x8e1000 0x1000>;
Expand Down

0 comments on commit 8b851ad

Please sign in to comment.