RealView.py (8870:f95c4042f2d0) RealView.py (8872:9f1c4729d89d)
1# Copyright (c) 2009-2012 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 471 unchanged lines hidden (view full) ---

480 self.realview_io.pio = bus.master
481 self.timer0.pio = bus.master
482 self.timer1.pio = bus.master
483 self.clcd.pio = bus.master
484 self.clcd.dma = bus.slave
485 self.kmi0.pio = bus.master
486 self.kmi1.pio = bus.master
487 self.cf_ctrl.pio = bus.master
1# Copyright (c) 2009-2012 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 471 unchanged lines hidden (view full) ---

480 self.realview_io.pio = bus.master
481 self.timer0.pio = bus.master
482 self.timer1.pio = bus.master
483 self.clcd.pio = bus.master
484 self.clcd.dma = bus.slave
485 self.kmi0.pio = bus.master
486 self.kmi1.pio = bus.master
487 self.cf_ctrl.pio = bus.master
488 self.cf_ctrl.dma = bus.slave
488 self.cf_ctrl.config = bus.master
489 self.rtc.pio = bus.master
490 bus.use_default_range = True
491 self.vram.port = bus.master
492
493 self.l2x0_fake.pio = bus.master
494 self.uart1_fake.pio = bus.master
495 self.uart2_fake.pio = bus.master
496 self.uart3_fake.pio = bus.master
497 self.sp810_fake.pio = bus.master
498 self.watchdog_fake.pio = bus.master
499 self.aaci_fake.pio = bus.master
500 self.lan_fake.pio = bus.master
501 self.usb_fake.pio = bus.master
502 self.mmc_fake.pio = bus.master
503
489 self.cf_ctrl.config = bus.master
490 self.rtc.pio = bus.master
491 bus.use_default_range = True
492 self.vram.port = bus.master
493
494 self.l2x0_fake.pio = bus.master
495 self.uart1_fake.pio = bus.master
496 self.uart2_fake.pio = bus.master
497 self.uart3_fake.pio = bus.master
498 self.sp810_fake.pio = bus.master
499 self.watchdog_fake.pio = bus.master
500 self.aaci_fake.pio = bus.master
501 self.lan_fake.pio = bus.master
502 self.usb_fake.pio = bus.master
503 self.mmc_fake.pio = bus.master
504