From 8b851ad990b81593f0789bcbbdc00754077db469 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Thu, 6 Feb 2025 13:56:22 +0100 Subject: [PATCH] dts: nordic: nrf9280: drop can120/121 nodes CAN is not ready yet for this platform (clock control drivers). So remove the nodes for now. Signed-off-by: Gerard Marull-Paretas --- dts/common/nordic/nrf9280.dtsi | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dts/common/nordic/nrf9280.dtsi b/dts/common/nordic/nrf9280.dtsi index e03359a47096..df5f3c429319 100644 --- a/dts/common/nordic/nrf9280.dtsi +++ b/dts/common/nordic/nrf9280.dtsi @@ -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>;