Skip to content

Commit eeb989e

Browse files
gmarullnordicjm
authored andcommitted
[nrf fromtree] boards: nrf9280pdk: remove can enablement
CAN is not supported yet, so remove it from the board for now. Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit 2512d3d)
1 parent 1e15d20 commit eeb989e

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280-pinctrl.dtsi

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@
6060
};
6161
};
6262

63-
/omit-if-no-ref/ can120_default: can120_default {
64-
group1 {
65-
psels = <NRF_PSEL(CAN_RX, 9, 4)>,
66-
<NRF_PSEL(CAN_TX, 9, 5)>;
67-
};
68-
};
69-
7063
/omit-if-no-ref/ pwm130_default: pwm130_default {
7164
group1 {
7265
psels = <NRF_PSEL(PWM_OUT0, 9, 2)>;

boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuapp.dts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
zephyr,ieee802154 = &cpuapp_ieee802154;
2828
zephyr,bt-hci = &bt_hci_ipc0;
2929
nordic,802154-spinel-ipc = &ipc0;
30-
zephyr,canbus = &can120;
3130
};
3231

3332
aliases {
@@ -275,16 +274,6 @@ zephyr_udc0: &usbhs {
275274
status = "okay";
276275
};
277276

278-
&canpll {
279-
status = "okay";
280-
};
281-
282-
&can120 {
283-
status = "okay";
284-
pinctrl-0 = <&can120_default>;
285-
pinctrl-names = "default";
286-
};
287-
288277
&pwm130 {
289278
status = "okay";
290279
pinctrl-0 = <&pwm130_default>;

boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuapp.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ram: 512
1414
flash: 1024
1515
supported:
1616
- adc
17-
- can
1817
- counter
1918
- gpio
2019
- i2c

0 commit comments

Comments
 (0)