pass-hal-tw3: Add display/disk hal information
[platform/adaptation/tw3/pass-hal-tw3.git] / scripts / pass.json
1 {
2         "board_name"            : "GALILEO",
3         "board_name_path"       : "/sys/devices/system/cpu/cpufreq/pmqos/device_name",
4         "device_list"           :
5         [
6                 {
7                         "device_type"           : "cpu",
8                         "device_name"           : "cpu0",
9                         "device_config_path"    : "/hal/etc/pass/pass-resource0.json",
10                         "thermal_device_name"   : "ap_therm",
11                         "cpu,number_of_cpus"    : 2,
12                         "cpu,first_cpu"         : 0,
13                         "cpu,cpu_load_path"     : null
14                 }, {
15                         "device_type"           : "memory",
16                         "device_name"           : "memory",
17                         "device_config_path"    : "/hal/etc/pass/pass-resource1.json"
18                 }, {
19                         "device_type"           : "display",
20                         "device_name"           : "lcd",
21                         "device_config_path"    : "/hal/etc/pass/pass-dummy.json"
22                 }, {
23                         "device_type"           : "disk",
24                         "device_name"           : "zram0",
25                         "device_config_path"    : "/hal/etc/pass/pass-dummy.json"
26                 }, {
27                         "device_type"           : "disk",
28                         "device_name"           : "mmcblk0",
29                         "device_config_path"    : "/hal/etc/pass/pass-dummy.json"
30                 }
31         ]
32 }