summaryrefslogtreecommitdiff
path: root/lib/utils/reset/objects.mk
diff options
context:
space:
mode:
authorYu Chien Peter Lin <[email protected]>2022-10-14 08:32:46 +0800
committerAnup Patel <[email protected]>2022-10-23 10:26:39 +0530
commitef9f02e7fba47412d6c057ba78fd3d89cb4e5fc3 (patch)
treeb74d62fd2260c139112ec40eb90975f08ffa2f65 /lib/utils/reset/objects.mk
parent88f58a3694c936791eb875d3cc85f1cde41c3d09 (diff)
lib: utils/timer: Add Andes fdt timer support
Since we can get the PLMT base address and timer frequency from device tree, move plmt timer device to fdt timer framework. dts example (Quad-core AX45MP): cpus { ... timebase-frequency = <0x3938700>; ... } soc { ... plmt0@e6000000 { compatible = "andestech,plmt0"; reg = <0x00 0xe6000000 0x00 0x100000>; interrupts-extended = <&cpu0_intc 0x07 &cpu1_intc 0x07 &cpu2_intc 0x07 &cpu3_intc 0x07>; }; ... } Signed-off-by: Yu Chien Peter Lin <[email protected]> Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/utils/reset/objects.mk')
0 files changed, 0 insertions, 0 deletions