staging: gdm724x: constify tty_port_operations structs
[deliverable/linux.git] / arch / arm64 / boot / dts / hisilicon / hi6220-ion.dtsi
1 / {
2 hi6220-ion {
3 compatible = "hisilicon,hi6220-ion";
4 heap_sys_user@0 {
5 heap-name = "sys_user";
6 heap-id = <0x0>;
7 heap-base = <0x0>;
8 heap-size = <0x0>;
9 heap-type = "ion_system";
10 };
11 heap_sys_contig@0 {
12 heap-name = "sys_contig";
13 heap-id = <0x1>;
14 heap-base = <0x0>;
15 heap-size = <0x0>;
16 heap-type = "ion_system_contig";
17 };
18 };
19
20 };
This page took 0.030885 seconds and 5 git commands to generate.