1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-26 05:48:04 +00:00
Files
Sam Nelson 30688674ca uio: Fix issues with driver reference in uio related dts entries
Correct incorrect driver compatibility key. uio driver implemented with
uio-module-drv for keystone2.

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-03-16 16:07:07 -04:00

11 lines
166 B
Devicetree

/ {
soc {
uio_srss: srss {
compatible = "ti,uio-module-drv";
mem = <0x02330000 0x0000400>;
clocks=<&clksr>;
interrupts = <0 0x173 0xf01>;
};
};
};