uio.dts 263 B

123456789101112
  1. /include/ "system.dts"
  2. / {
  3. chosen {
  4. bootargs = "uio_pdrv_genirq.of_id=generic-uio console=ttyPS0,115200 root=/dev/mmcblk0p2 ro rootfstype=ext4 earlyprintk rootwait";
  5. };
  6. uio0: uio@40000000 {
  7. compatible = "generic-uio";
  8. reg = <0x40000000 0x1000>;
  9. };
  10. };