mirror of
https://github.com/armbian/build.git
synced 2025-09-19 04:31:38 +02:00
- gives access to SPI Flash in exchange for slower eMMC - cleanup 0000.patching_config.yaml for meson64-6.6
30 lines
578 B
Plaintext
30 lines
578 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
/dts-v1/;
|
|
|
|
#include "meson-g12b-a311d-khadas-vim3.dts"
|
|
|
|
/ {
|
|
model = "Khadas VIM3 with SPIDEV and I2C - MOSI pin 37, CLK pin 16 - SDA pin 23, SCL pin 23";
|
|
};
|
|
|
|
&spicc1 {
|
|
pinctrl-0 = <&spicc1_pins &spicc1_ss0_pins>;
|
|
pinctrl-names = "default";
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
status = "okay";
|
|
spidev@0 {
|
|
compatible = "armbian,spi-dev";
|
|
status = "okay";
|
|
reg = <0>;
|
|
spi-max-frequency = <10000000>;
|
|
};
|
|
};
|
|
|
|
&i2c3 {
|
|
status = "okay";
|
|
pinctrl-0 = <&i2c3_sck_a_pins &i2c3_sda_a_pins>;
|
|
pinctrl-names = "default";
|
|
};
|