Skip to content

Commit

Permalink
boards: nrf9280pdk: remove can enablement
Browse files Browse the repository at this point in the history
CAN is not supported yet, so remove it from the board 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 b1803ea commit 2512d3d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
7 changes: 0 additions & 7 deletions boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@
};
};

/omit-if-no-ref/ can120_default: can120_default {
group1 {
psels = <NRF_PSEL(CAN_RX, 9, 4)>,
<NRF_PSEL(CAN_TX, 9, 5)>;
};
};

/omit-if-no-ref/ pwm130_default: pwm130_default {
group1 {
psels = <NRF_PSEL(PWM_OUT0, 9, 2)>;
Expand Down
11 changes: 0 additions & 11 deletions boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuapp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
zephyr,ieee802154 = &cpuapp_ieee802154;
zephyr,bt-hci = &bt_hci_ipc0;
nordic,802154-spinel-ipc = &ipc0;
zephyr,canbus = &can120;
};

aliases {
Expand Down Expand Up @@ -275,16 +274,6 @@ zephyr_udc0: &usbhs {
status = "okay";
};

&canpll {
status = "okay";
};

&can120 {
status = "okay";
pinctrl-0 = <&can120_default>;
pinctrl-names = "default";
};

&pwm130 {
status = "okay";
pinctrl-0 = <&pwm130_default>;
Expand Down
1 change: 0 additions & 1 deletion boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ ram: 512
flash: 1024
supported:
- adc
- can
- counter
- gpio
- i2c
Expand Down

0 comments on commit 2512d3d

Please sign in to comment.