linuxOS_AP06/u-boot/arch/arm/dts/rv1106b-evb2.dts
2025-06-03 12:28:32 +08:00

76 lines
1.2 KiB
Plaintext

/*
* SPDX-License-Identifier: GPL-2.0+
*
* (C) Copyright 2024 Rockchip Electronics Co., Ltd
*/
/dts-v1/;
#include "rv1103b.dtsi"
#include "rv1103b-u-boot.dtsi"
#include <dt-bindings/input/input.h>
/ {
model = "Rockchip RV1106B EVB2 Board";
compatible = "rockchip,rv1106b-evb2", "rockchip,rv1106b";
aliases {
/delete-property/ ethernet0;
};
chosen {
stdout-path = &uart0;
u-boot,spl-boot-order = &spi_nor, &emmc;
};
adc-keys {
compatible = "adc-keys";
io-channels = <&saradc 0>;
io-channel-names = "buttons";
keyup-threshold-microvolt = <1800000>;
u-boot,dm-spl;
status = "okay";
};
};
/delete-node/ &gmac;
&pinctrl {
/delete-property/ u-boot,dm-spl;
status = "disabled";
};
&pcfg_pull_up_drv_level_2 {
/delete-property/ u-boot,dm-spl;
status = "disabled";
};
&pcfg_pull_up {
/delete-property/ u-boot,dm-spl;
status = "disabled";
};
&rng {
/delete-property/ u-boot,dm-spl;
status = "disabled";
};
&saradc {
u-boot,dm-spl;
status = "okay";
};
&sdmmc0 {
/delete-property/ u-boot,dm-spl;
status = "disabled";
};
&spi_nand {
/delete-property/ u-boot,dm-spl;
status = "disabled";
};
&spi_nor {
spi-max-frequency = <100000000>;
};