boards: croxel_cx1825: fix: Remove arduino support claims
This board is not compatible with the Arduino pinout. Therefore, this patch removes all Arduino references to avoid confusion and CI failures. Signed-off-by: Luis Ubieda <luisf@croxel.com>
This commit is contained in:
parent
ca674b413e
commit
f21e6278dc
2 changed files with 1 additions and 3 deletions
|
|
@ -81,7 +81,7 @@
|
|||
pinctrl-names = "default", "sleep";
|
||||
};
|
||||
|
||||
arduino_i2c: &i2c0 {
|
||||
&i2c0 {
|
||||
compatible = "nordic,nrf-twi";
|
||||
status = "okay";
|
||||
pinctrl-0 = <&i2c0_default>;
|
||||
|
|
|
|||
|
|
@ -9,8 +9,6 @@ toolchain:
|
|||
- gnuarmemb
|
||||
- xtools
|
||||
supported:
|
||||
- arduino_gpio
|
||||
- arduino_i2c
|
||||
- ble
|
||||
- counter
|
||||
- gpio
|
||||
|
|
|
|||
Loading…
Reference in a new issue