@@ -878,6 +883,7 @@ static int sunxi_mmc_card_busy(struct mmc_host *mmc) static const struct of_device_id sunxi_mmc_of_match[] = { { .compatible = "allwinner,sun4i-a10-mmc", }, { .compatible = "allwinner,sun5i-a13-mmc", }, + { .compatible = "allwinner,sun9i-a80-mmc",...
Boot messages about mmc2 are: [ 1.850415] [mmc-msg] sdc2 set round clock 400000, src 24000000 [ 1.858631] [mmc-msg] sdc2 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B [ 1.866832] [mmc-msg] sdc2 Probe: base:0xf05f6000 irq:66 sg_cpu:f05f8000(...
struct sunxi_mmc *reg; struct mmc_config cfg; }; @@ -612,12 +611,21 @@ static int sunxi_mmc_send_cmd(struct udevice *dev, struct mmc_cmd *cmd,static int sunxi_mmc_getcd(struct udevice *dev) { struct mmc *mmc = mmc_get_mmc_dev(dev); ...
+&mmc0 { + cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */ + bus-width = <4>; + status = "okay"; +}; + +&ohci1 { + status = "okay"; +}; + +&spi0 { + status = "okay"; + pinctrl-names = "default"; + pinctrl-0 = <&spi0_pins>, <&spi0_cs0_pin>; ...
mmc0 0 0 0 50000000 0 0 50000 N mipi-dsi 2 2 1 150000000 0 0 50000 Y fanout-25M 0 0 0 25000000 0 0 50000 N usb-ohci1 2 2 0 12000000 0 0 50000 Y usb-ohci0 2 2 0 12000000 0 0 50000 Y spdif-rx 0 0 0 600000000
- CONFIG_USBD_VENDORID 0xFFFF CONFIG_USBD_PRODUCTID Define this as the unique Product ID for your device - CONFIG_USBD_PRODUCTID 0xFFFF - MMC Support: The MMC controller on the Intel PXA is supported. To enable this define CONFIG_MMC. The MMC can be accessed from the boot prompt by...
0 Storage Device(s) found Autoboot in 1 seconds, press <Space> to stop switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot/boot.scr 3967 bytes read in 2 ms (1.9 MiB/s) ## Executing script at 43100000 U-boot loaded from SD Boot ...
Allwinner V3s (SUN8I 1681) Model: Lichee Pi Zero DRAM: 64 MiB MMC: SUNXI SD/MMC: 0 Ca...
The MMC controller on the Intel PXA is supported. To enable this define CONFIG_MMC. The MMC can be accessed from the boot prompt by mapping the device to physical memory similar to flash. Command line is enabled with CONFIG_CMD_MMC. The MMC driver also works with ...
使用 flash utility,u-boot,sunxi-fel 等工具可直接烧录到 Micronix MX25L25645G/35F/35E 芯片组,烧录成功即可正确运行。 u-boot:u-boot 2017.01-rc2 linux kernel: linux-4.13.16 rootfs: buildroot 2022-11 支持 System V IPC,C/C++ standard library,glibc,ntp,dhcp,telnetd/ssh,openssl, crypto, sqlite...