move gic to new devtree interface
[lunaix-os.git] / lunaix-os / arch / aarch64 / LConfig
1
2 @Group()
3 def aarch64():
4     add_to_collection(architecture_support)
5
6     @Collection("MMU")
7     def mmu_feature():
8
9         @Term("Page Granularity")
10         def aa64_page_gran():
11             type(["4K", "16K", "64K"])
12
13             default("4K")
14
15         @Term("OA Size")
16         def aa64_oa_size():
17             type([52, 48])
18
19             default(48)
20
21     return v(arch) in ["aarch64"]