sysdrv:tools:board:kernel:rv1106-luckfox-pico-pro-max-fastboot.dts:Add kernel LED blinking configuration sysdrv:tools:board:luckfox_config:luckfox-config:Add conflict warnings for SDMMC pin multiplexing on Luckfox Pico Plus, optimize I2C4 multiplexing checks Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
72 lines
1.3 KiB
Plaintext
Executable File
72 lines
1.3 KiB
Plaintext
Executable File
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2024 Rockchip Electronics Co., Ltd.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "rv1106g-evb2-v10.dts"
|
|
|
|
/ {
|
|
model = "Luckfox Pico Pro Max";
|
|
compatible = "rockchip,rv1106g-evb2-v12", "rockchip,rv1106";
|
|
|
|
chosen {
|
|
bootargs = "loglevel=0 rootfstype=erofs rootflags=dax console=ttyFIQ0 root=/dev/rd0 snd_soc_core.prealloc_buffer_size_kbytes=16 coherent_pool=0 driver_async_probe=dwmmc_rockchip";
|
|
};
|
|
|
|
leds: leds {
|
|
compatible = "gpio-leds";
|
|
work_led: work{
|
|
gpios = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>;
|
|
linux,default-trigger = "activity";
|
|
default-state = "on";
|
|
};
|
|
};
|
|
};
|
|
|
|
/delete-node/ &thunder_boot_spi_nor;
|
|
|
|
&emmc {
|
|
status = "disabled";
|
|
};
|
|
|
|
&gmac {
|
|
status = "okay";
|
|
};
|
|
|
|
&fiq_debugger {
|
|
rockchip,baudrate = <115200>;
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&uart2m1_xfer>;
|
|
};
|
|
|
|
&rkisp_thunderboot {
|
|
/* reg's offset MUST match with RTOS */
|
|
/*
|
|
* vicap, capture raw10, ceil(w*10/8/256)*256*h *4(buf num)
|
|
* e.g. 2304x1296: 0xf30000
|
|
*/
|
|
reg = <0x00860000 0xf30000>;
|
|
};
|
|
|
|
&ramdisk_r {
|
|
reg = <0x1790000 (20 * 0x00100000)>;
|
|
};
|
|
|
|
&ramdisk_c {
|
|
reg = <0x2b90000 (16 * 0x00100000)>;
|
|
};
|
|
|
|
&sfc {
|
|
status = "okay";
|
|
|
|
flash@0 {
|
|
compatible = "spi-nand";
|
|
reg = <0>;
|
|
spi-max-frequency = <75000000>;
|
|
spi-rx-bus-width = <4>;
|
|
spi-tx-bus-width = <1>;
|
|
};
|
|
};
|