1/* 2 * SPDX-License-Identifier: GPL-2.0+ 3 * 4 * (C) Copyright 2024 Rockchip Electronics Co., Ltd 5 */ 6 7/dts-v1/; 8#include "rv1103b.dtsi" 9#include "rv1103b-u-boot.dtsi" 10#include <dt-bindings/input/input.h> 11 12/ { 13 model = "Rockchip RV1106B EVB2 Board"; 14 compatible = "rockchip,rv1106b-evb2", "rockchip,rv1106b"; 15 16 aliases { 17 /delete-property/ ethernet0; 18 }; 19 20 chosen { 21 stdout-path = &uart0; 22 u-boot,spl-boot-order = &spi_nor, &emmc; 23 }; 24 25 adc-keys { 26 compatible = "adc-keys"; 27 io-channels = <&saradc 0>; 28 io-channel-names = "buttons"; 29 keyup-threshold-microvolt = <1800000>; 30 u-boot,dm-spl; 31 status = "okay"; 32 33 }; 34}; 35 36/delete-node/ &gmac; 37 38&pinctrl { 39 /delete-property/ u-boot,dm-spl; 40 status = "disabled"; 41}; 42 43&pcfg_pull_up_drv_level_2 { 44 /delete-property/ u-boot,dm-spl; 45 status = "disabled"; 46}; 47 48&pcfg_pull_up { 49 /delete-property/ u-boot,dm-spl; 50 status = "disabled"; 51}; 52 53&rng { 54 /delete-property/ u-boot,dm-spl; 55 status = "disabled"; 56}; 57 58&saradc { 59 u-boot,dm-spl; 60 status = "okay"; 61}; 62 63&sdmmc0 { 64 /delete-property/ u-boot,dm-spl; 65 status = "disabled"; 66}; 67 68&spi_nand { 69 /delete-property/ u-boot,dm-spl; 70 status = "disabled"; 71}; 72 73&spi_nor { 74 spi-max-frequency = <100000000>; 75}; 76