File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 156
156
pin@p45 { function = "input"; termination = "pull_down"; }; // DEFAULT STATE WAS INPUT NO PULL
157
157
158
158
// BANK 2 - DON'T TOUCH UNLESS YOU KNOW WHAT YOU'RE DOING //
159
- pin@p46 { function = "input"; termination = "no_pulling "; drive_strength_mA = <8>; polarity = "active_high"; }; // HPD_N
160
- pin@p47 { function = "output "; termination = "no_pulling "; drive_strength_mA = <8>; polarity = "active_low"; startup_state = "active"; }; // STATUS LED / EMMC_DISABLE_N CONTROL
159
+ pin@p46 { function = "input"; termination = "pull_up "; }; // SMPS_SCL
160
+ pin@p47 { function = "input "; termination = "pull_up "; }; // SMPS_SDA
161
161
pin@p48 { function = "sdcard"; termination = "pull_up"; drive_strength_mA = <8>; }; // SD CLK
162
162
pin@p49 { function = "sdcard"; termination = "pull_up"; drive_strength_mA = <8>; }; // SD CMD
163
163
pin@p50 { function = "sdcard"; termination = "pull_up"; drive_strength_mA = <8>; }; // SD D0
164
164
pin@p51 { function = "sdcard"; termination = "pull_up"; drive_strength_mA = <8>; }; // SD D1
165
165
pin@p52 { function = "sdcard"; termination = "pull_up"; drive_strength_mA = <8>; }; // SD D2
166
166
pin@p53 { function = "sdcard"; termination = "pull_up"; drive_strength_mA = <8>; }; // SD D3
167
167
168
+ pin@p128 { function = "input"; termination = "no_pulling"; polarity = "active_low"; }; // Hotplug
169
+ pin@p129 { function = "output"; termination = "no_pulling"; polarity = "active_low"; }; // EMMC_ENABLE_N
168
170
}; // pin_config
169
171
170
172
pin_defines {
171
- pin_define@HDMI_CONTROL_ATTACHED { type = "internal"; number = <46>; }; // HPD_N on GPIO46
173
+ pin_define@HDMI_CONTROL_ATTACHED { type = "external"; number = <0>; };
174
+ pin_define@EMMC_ENABLE { type = "external"; number = <1>; };
175
+ pin_define@SMPS_SDA { type = "internal"; number = <46>; };
176
+ pin_define@SMPS_SCL { type = "internal"; number = <47>; };
172
177
}; // pin_defines
173
178
174
179
}; // pins_cm3
175
180
176
181
}; // videocore
182
+
177
183
};
You can’t perform that action at this time.
0 commit comments