JunningWu / Learning-NVDLA-Notes

NVDLA is an Open source DL/ML accelerator, which is very suitable for individuals or college students. This is the NOTES when I learn and try. Hope THIS PAGE may Helps you a bit. Contact Me:junning.wu@ia.ac.cn
220 stars 66 forks source link

where can find the compatible device info in kernel #22

Open Lemiron24 opened 5 years ago

Lemiron24 commented 5 years ago

I see below code in umd driver: static const struct of_device_id nvdla_of_match[] = { { .compatible = "nvidia,nvdla_os_initial", .data = &nvdla_config_os_initial, }, { .compatible = "nvidia,nvdla_2", .data = &nvdla_config_small, }, { }, };

could you tell me which dts file for this?

thanks