RealView.py (12659:3b44e9f66aac) RealView.py (12664:4e4555947641)
1# Copyright (c) 2009-2018 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

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

461 clock = state.phandle(self.clk_domain.unproxy(self))
462 node.append(FdtPropertyWords("clocks", clock))
463
464 yield node
465
466class Pl050(AmbaIntDevice):
467 type = 'Pl050'
468 cxx_header = "dev/arm/kmi.hh"
1# Copyright (c) 2009-2018 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

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

461 clock = state.phandle(self.clk_domain.unproxy(self))
462 node.append(FdtPropertyWords("clocks", clock))
463
464 yield node
465
466class Pl050(AmbaIntDevice):
467 type = 'Pl050'
468 cxx_header = "dev/arm/kmi.hh"
469 int_delay = '1us'
470 amba_id = 0x00141050
471
472 ps2 = Param.PS2Device("PS/2 device")
473
474 def generateDeviceTree(self, state):
475 node = self.generateBasicPioDeviceNode(state, 'kmi', self.pio_addr,
476 0x1000, [int(self.int_num)])
477

--- 720 unchanged lines hidden ---
469 amba_id = 0x00141050
470
471 ps2 = Param.PS2Device("PS/2 device")
472
473 def generateDeviceTree(self, state):
474 node = self.generateBasicPioDeviceNode(state, 'kmi', self.pio_addr,
475 0x1000, [int(self.int_num)])
476

--- 720 unchanged lines hidden ---