<div dir="ltr">We could now run RTEMS on Rpi3. I tried examples from the samples section and they run<div>fine. But still, a lot of functionality has to tested since it uses the RPI2 BSP. To test these examples</div><div>I used a simple driver for the AUX.</div><div>The documentation from BCM <a href="https://www.raspberrypi.org/app/uploads/2012/02/BCM2835-ARM-Peripherals.pdf">link</a> (pg no 10) states that</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><b>The implemented UART is not a 16650 compatible UART However as far as possible the
first 8 control and status registers are laid out like a 16550 UART.</b></blockquote><div><br></div><div>My question is can we use the existing ns16550 driver or should I create a new one? I also checked the address of the registers the offsets don't seem right to me, but someone should check and correct me if I am wrong. </div><div></div></div>