nt9856x/rtos/BSP/u-boot/arch/arm/dts/nvt-na51103-evb-a64.dts
2023-03-28 15:07:53 +08:00

30 lines
535 B
Plaintext
Executable File

/*
* Novatek Ltd. NA51000 BSP part of dts
*
* Cortex-A53
*
*/
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
/ {
#address-cells = <2>;
#size-cells = <2>;
chosen { };
aliases {
mmc0 = &mmc0; /* Fixed to mmcblk0 for sdio1 */
};
memory { device_type = "memory"; reg = <0 0>; };
mmc0: mmc@2,f0190000 {
compatible = "nvt,nvt_mmc";
reg = <0x2 0xf0190000 0x0 0x1000>;
max-frequency = <48000000>;
voltage-switch = <0>;
max-voltage = <3300>;
bus-width = <4>;
driving = <10 10 10 25 25 25 25 25 25 25 25 25>;
};
};