Skip to content

Commit 782c72b

Browse files
boards: arduino: Update OFS label for portenta_c33 board
Update ofs label to disable all the OFS node on portenta_c33 board Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
1 parent cd8eb44 commit 782c72b

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

boards/arduino/portenta_c33/arduino_portenta_c33.dts

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,39 @@
9595
};
9696
};
9797

98-
&option_setting_s {
98+
&option_setting_ofs0 {
9999
status = "disabled";
100100
};
101101

102-
&option_setting_sas {
102+
&option_setting_dualsel {
103103
status = "disabled";
104104
};
105105

106-
&option_setting_ofs {
106+
&option_setting_ofs1_sec {
107+
status = "disabled";
108+
};
109+
110+
&option_setting_banksel_sec {
111+
status = "disabled";
112+
};
113+
114+
&option_setting_bps_sec {
115+
status = "disabled";
116+
};
117+
118+
&option_setting_pbps_sec {
119+
status = "disabled";
120+
};
121+
122+
&option_setting_ofs1_sel {
123+
status = "disabled";
124+
};
125+
126+
&option_setting_banksel_sel {
127+
status = "disabled";
128+
};
129+
130+
&option_setting_bps_sel {
107131
status = "disabled";
108132
};
109133

0 commit comments

Comments
 (0)