mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
11 lines
166 B
Plaintext
11 lines
166 B
Plaintext
/ {
|
|
soc {
|
|
uio_srss: srss {
|
|
compatible = "ti,uio-module-drv";
|
|
mem = <0x02330000 0x0000400>;
|
|
clocks=<&clksr>;
|
|
interrupts = <0 0x173 0xf01>;
|
|
};
|
|
};
|
|
};
|