hc
2023-10-25 6c2073b7aa40e29d0eca7d571dd7bc590c7ecaa7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Rockchip devinfo reserved memory device tree bindings
=======================================================
 
Dev Info Device Node:
=======================
static allocation a specific range of reserved memory
 
Required properties:
-----------------
- compatible:    Should be
       "rockchip,stb-devinfo"
- reg:        standard definition
 
Example:
-----
/* RK3399 */
   reserved-memory {
       #address-cells = <2>;
       #size-cells = <2>;
       ranges;
 
       ...
 
       stb_devinfo: stb-devinfo@00000000 {
           compatible = "rockchip,stb-devinfo";
           reg = <0x0 0x0 0x0 0x0>;
       };
   };