| .. | .. |
|---|
| 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 | 10 | }; |
|---|
| 11 | 11 | |
|---|
| 12 | 12 | fiq-debugger { |
|---|
| .. | .. |
|---|
| 14 | 14 | rockchip,serial-id = <2>; |
|---|
| 15 | 15 | rockchip,wake-irq = <0>; |
|---|
| 16 | 16 | /* If enable uart uses irq instead of fiq */ |
|---|
| 17 | | - rockchip,irq-mode-enable = <0>; |
|---|
| 17 | + rockchip,irq-mode-enable = <1>; |
|---|
| 18 | 18 | rockchip,baudrate = <1500000>; /* Only 115200 and 1500000 */ |
|---|
| 19 | 19 | interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_LOW>; |
|---|
| 20 | 20 | pinctrl-names = "default"; |
|---|
| .. | .. |
|---|
| 24 | 24 | |
|---|
| 25 | 25 | firmware { |
|---|
| 26 | 26 | firmware_android: android {}; |
|---|
| 27 | + |
|---|
| 28 | + optee: optee { |
|---|
| 29 | + compatible = "linaro,optee-tz"; |
|---|
| 30 | + method = "smc"; |
|---|
| 31 | + }; |
|---|
| 27 | 32 | }; |
|---|
| 28 | 33 | |
|---|
| 29 | 34 | reserved-memory { |
|---|
| .. | .. |
|---|
| 44 | 49 | ftrace-size = <0x00000>; |
|---|
| 45 | 50 | pmsg-size = <0x50000>; |
|---|
| 46 | 51 | }; |
|---|
| 52 | + |
|---|
| 53 | + vendor_storage_rm: vendor-storage-rm@00000000 { |
|---|
| 54 | + compatible = "rockchip,vendor-storage-rm"; |
|---|
| 55 | + reg = <0x0 0x0 0x0 0x0>; |
|---|
| 56 | + }; |
|---|
| 57 | + }; |
|---|
| 58 | + |
|---|
| 59 | + vendor_storage: vendor-storage { |
|---|
| 60 | + compatible = "rockchip,ram-vendor-storage"; |
|---|
| 61 | + memory-region = <&vendor_storage_rm>; |
|---|
| 62 | + status = "okay"; |
|---|
| 47 | 63 | }; |
|---|
| 48 | 64 | }; |
|---|
| 49 | 65 | |
|---|
| .. | .. |
|---|
| 53 | 69 | |
|---|
| 54 | 70 | &display_subsystem { |
|---|
| 55 | 71 | status = "disabled"; |
|---|
| 56 | | - ports = <&vopb_out>, <&vopl_out>; |
|---|
| 57 | 72 | logo-memory-region = <&drm_logo>; |
|---|
| 58 | 73 | |
|---|
| 59 | 74 | route { |
|---|