| .. | .. |
|---|
| 24 | 24 | rockchip,signal-irq = <159>; |
|---|
| 25 | 25 | rockchip,wake-irq = <0>; |
|---|
| 26 | 26 | /* If enable uart uses irq instead of fiq */ |
|---|
| 27 | | - rockchip,irq-mode-enable = <0>; |
|---|
| 27 | + rockchip,irq-mode-enable = <1>; |
|---|
| 28 | 28 | rockchip,baudrate = <115200>; /* Only 115200 and 1500000 */ |
|---|
| 29 | 29 | interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_LOW>; |
|---|
| 30 | 30 | status = "okay"; |
|---|
| .. | .. |
|---|
| 39 | 39 | #size-cells = <1>; |
|---|
| 40 | 40 | ranges; |
|---|
| 41 | 41 | |
|---|
| 42 | | - cma_region: region@88000000 { |
|---|
| 42 | + cma_region: region@63000000 { |
|---|
| 43 | 43 | compatible = "shared-dma-pool"; |
|---|
| 44 | 44 | reusable; |
|---|
| 45 | | - reg = <0x88000000 0x1800000>; |
|---|
| 45 | + reg = <0x63000000 0x1800000>; |
|---|
| 46 | 46 | }; |
|---|
| 47 | 47 | |
|---|
| 48 | 48 | ramoops: ramoops@62e00000 { |
|---|