1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00
Files
meta-ti/recipes-kernel/linux/files/k2l/k2l-uio.dtsi
Denys Dmytriyenko 0eb32bd451 conf, recipes: introduce k2l family and add support for k2l-hs-evm
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-04-20 18:13:40 -04:00

11 lines
166 B
Plaintext

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