| .. | .. |
|---|
| 6 | 6 | |
|---|
| 7 | 7 | / { |
|---|
| 8 | 8 | chosen: chosen { |
|---|
| 9 | | - bootargs = "earlycon=uart8250,mmio32,0xff160000 console=ttyFIQ0 androidboot.baseband=N/A androidboot.veritymode=enforcing androidboot.hardware=rk30board androidboot.console=ttyFIQ0 init=/init kpti=0"; |
|---|
| 9 | + bootargs = "earlycon=uart8250,mmio32,0xff160000 console=ttyFIQ0 init=/init kpti=0"; |
|---|
| 10 | + }; |
|---|
| 11 | + |
|---|
| 12 | + debug: debug@ff690000 { |
|---|
| 13 | + compatible = "rockchip,debug"; |
|---|
| 14 | + reg = <0x0 0xff690000 0x0 0x1000>, |
|---|
| 15 | + <0x0 0xff692000 0x0 0x1000>, |
|---|
| 16 | + <0x0 0xff694000 0x0 0x1000>, |
|---|
| 17 | + <0x0 0xff696000 0x0 0x1000>; |
|---|
| 10 | 18 | }; |
|---|
| 11 | 19 | |
|---|
| 12 | 20 | fiq-debugger { |
|---|
| .. | .. |
|---|
| 14 | 22 | rockchip,serial-id = <2>; |
|---|
| 15 | 23 | rockchip,wake-irq = <0>; |
|---|
| 16 | 24 | /* If enable uart uses irq instead of fiq */ |
|---|
| 17 | | - rockchip,irq-mode-enable = <0>; |
|---|
| 25 | + rockchip,irq-mode-enable = <1>; |
|---|
| 18 | 26 | rockchip,baudrate = <1500000>; /* Only 115200 and 1500000 */ |
|---|
| 19 | 27 | interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_LOW>; |
|---|
| 20 | 28 | pinctrl-names = "default"; |
|---|
| .. | .. |
|---|
| 24 | 32 | |
|---|
| 25 | 33 | firmware { |
|---|
| 26 | 34 | firmware_android: android {}; |
|---|
| 35 | + |
|---|
| 36 | + optee: optee { |
|---|
| 37 | + compatible = "linaro,optee-tz"; |
|---|
| 38 | + method = "smc"; |
|---|
| 39 | + }; |
|---|
| 27 | 40 | }; |
|---|
| 28 | 41 | |
|---|
| 29 | 42 | reserved-memory { |
|---|
| .. | .. |
|---|
| 44 | 57 | ftrace-size = <0x00000>; |
|---|
| 45 | 58 | pmsg-size = <0x50000>; |
|---|
| 46 | 59 | }; |
|---|
| 60 | + |
|---|
| 61 | + vendor_storage_rm: vendor-storage-rm@00000000 { |
|---|
| 62 | + compatible = "rockchip,vendor-storage-rm"; |
|---|
| 63 | + reg = <0x0 0x0 0x0 0x0>; |
|---|
| 64 | + }; |
|---|
| 65 | + }; |
|---|
| 66 | + |
|---|
| 67 | + vendor_storage: vendor-storage { |
|---|
| 68 | + compatible = "rockchip,ram-vendor-storage"; |
|---|
| 69 | + memory-region = <&vendor_storage_rm>; |
|---|
| 70 | + status = "okay"; |
|---|
| 47 | 71 | }; |
|---|
| 48 | 72 | }; |
|---|
| 49 | 73 | |
|---|
| .. | .. |
|---|
| 53 | 77 | |
|---|
| 54 | 78 | &display_subsystem { |
|---|
| 55 | 79 | status = "disabled"; |
|---|
| 56 | | - ports = <&vopb_out>, <&vopl_out>; |
|---|
| 57 | 80 | logo-memory-region = <&drm_logo>; |
|---|
| 58 | 81 | |
|---|
| 59 | 82 | route { |
|---|