1
0
Fork 0
forked from nuttx/nuttx-update
local-nuttx-update/drivers/devicetree
zhengyu9 323e2518d9 drivers/devicetree/fdt: get 'reg' property
Original code can only deal with single 'address & size' cell
Add function dealing with multiple 'address & size' cell
Add function getting 'bankwidth' property, for cfi-flash device

Signed-off-by: zhengyu9 <zhengyu9@xiaomi.com>
Signed-off-by: ligd <liguiding1@xiaomi.com>
2024-10-09 02:18:49 +08:00
..
CMakeLists.txt devicetree/fdt_virtio_mmio: implement the fdt_virtio_mmio_devices_register() 2024-10-08 08:15:00 +08:00
fdt.c drivers/devicetree/fdt: get 'reg' property 2024-10-09 02:18:49 +08:00
fdt_pci.c devicetree/fdt_pci: implement the fdt_pci_ecam_register() 2024-09-28 11:51:33 +08:00
fdt_virtio_mmio.c fdt_virtio_mmio: bug fix, should not return when ret == -ENODEV 2024-10-08 08:15:00 +08:00
Kconfig fdt: move fdx_xx extend APIs from boards to drivers 2024-03-22 18:51:33 +08:00
Make.defs devicetree/fdt_virtio_mmio: implement the fdt_virtio_mmio_devices_register() 2024-10-08 08:15:00 +08:00