hisilicon.c (0c49cd295d42d0032af11d55e2140dbec11dc8d0) | hisilicon.c (82fd132c0d658b0d6ccd928a914b207d1862572f) |
---|---|
1/* 2 * (Hisilicon's SoC based) flattened device tree enabled machine 3 * 4 * Copyright (c) 2012-2013 Hisilicon Ltd. 5 * Copyright (c) 2012-2013 Linaro Ltd. 6 * 7 * Author: Haojian Zhuang <haojian.zhuang@linaro.org> 8 * --- 58 unchanged lines hidden (view full) --- 67static const char *hip04_compat[] __initconst = { 68 "hisilicon,hip04-d01", 69 NULL, 70}; 71 72DT_MACHINE_START(HIP04, "Hisilicon HiP04 (Flattened Device Tree)") 73 .dt_compat = hip04_compat, 74MACHINE_END | 1/* 2 * (Hisilicon's SoC based) flattened device tree enabled machine 3 * 4 * Copyright (c) 2012-2013 Hisilicon Ltd. 5 * Copyright (c) 2012-2013 Linaro Ltd. 6 * 7 * Author: Haojian Zhuang <haojian.zhuang@linaro.org> 8 * --- 58 unchanged lines hidden (view full) --- 67static const char *hip04_compat[] __initconst = { 68 "hisilicon,hip04-d01", 69 NULL, 70}; 71 72DT_MACHINE_START(HIP04, "Hisilicon HiP04 (Flattened Device Tree)") 73 .dt_compat = hip04_compat, 74MACHINE_END |
75 76static const char *hip01_compat[] __initconst = { 77 "hisilicon,hip01", 78 "hisilicon,hip01-ca9x2", 79 NULL, 80}; 81 82DT_MACHINE_START(HIP01, "Hisilicon HIP01 (Flattened Device Tree)") 83 .dt_compat = hip01_compat, 84MACHINE_END |
|