.. | .. |
---|
6 | 6 | |
---|
7 | 7 | / { |
---|
8 | 8 | chosen: chosen { |
---|
9 | | - bootargs = "earlycon=uart8250,mmio32,0xfe660000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rw rootwait net.ifnames=0 isolcpus=3 nohz_full=3"; |
---|
| 9 | + bootargs = "earlycon=uart8250,mmio32,0xfe660000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rw rootwait net.ifnames=0"; |
---|
10 | 10 | }; |
---|
11 | 11 | |
---|
12 | 12 | aliases { |
---|
.. | .. |
---|
29 | 29 | status = "okay"; |
---|
30 | 30 | }; |
---|
31 | 31 | |
---|
| 32 | + firmware { |
---|
| 33 | + optee: optee { |
---|
| 34 | + compatible = "linaro,optee-tz"; |
---|
| 35 | + method = "smc"; |
---|
| 36 | + }; |
---|
| 37 | + }; |
---|
| 38 | + |
---|
32 | 39 | debug: debug@fd904000 { |
---|
33 | 40 | compatible = "rockchip,debug"; |
---|
34 | 41 | reg = <0x0 0xfd904000 0x0 0x1000>, |
---|
.. | .. |
---|
44 | 51 | <0x0 0xfd90e000 0x0 0x1000>, |
---|
45 | 52 | <0x0 0xfd90f000 0x0 0x1000>; |
---|
46 | 53 | }; |
---|
| 54 | + |
---|
| 55 | + vendor_storage: vendor-storage { |
---|
| 56 | + compatible = "rockchip,ram-vendor-storage"; |
---|
| 57 | + memory-region = <&vendor_storage_rm>; |
---|
| 58 | + status = "okay"; |
---|
| 59 | + }; |
---|
47 | 60 | }; |
---|
48 | 61 | |
---|
49 | 62 | &reserved_memory { |
---|
50 | | - cma { |
---|
| 63 | + linux,cma { |
---|
51 | 64 | compatible = "shared-dma-pool"; |
---|
52 | 65 | inactive; |
---|
53 | 66 | reusable; |
---|
.. | .. |
---|
63 | 76 | ftrace-size = <0x00000>; |
---|
64 | 77 | pmsg-size = <0x50000>; |
---|
65 | 78 | }; |
---|
| 79 | + |
---|
| 80 | + vendor_storage_rm: vendor-storage-rm@00000000 { |
---|
| 81 | + compatible = "rockchip,vendor-storage-rm"; |
---|
| 82 | + reg = <0x0 0x0 0x0 0x0>; |
---|
| 83 | + }; |
---|
66 | 84 | }; |
---|
67 | 85 | |
---|
68 | 86 | &rng { |
---|