mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00

Import sdm845.dtsi from upstream, as well as the upstream DTS files for the db845c and Samsung starqltechn. Delete the old board files. Taken from kernel tag v6.7 Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
16 lines
216 B
Text
16 lines
216 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
/ {
|
|
chosen {
|
|
stdout-path = "serial0:921600n8";
|
|
};
|
|
};
|
|
|
|
&tlmm {
|
|
muic-i2c-n {
|
|
pins = "gpio33", "gpio34";
|
|
drive-strength = <0x2>;
|
|
function = "gpio";
|
|
bias-disable;
|
|
};
|
|
};
|