| .. | .. |
|---|
| 23 | 23 | }; |
|---|
| 24 | 24 | |
|---|
| 25 | 25 | chosen { |
|---|
| 26 | | - bootargs ="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC1,115200 init=/linuxrc"; |
|---|
| 27 | | - stdout-path = &serial_1; |
|---|
| 26 | + bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M init=/linuxrc"; |
|---|
| 27 | + stdout-path = "serial1:115200n8"; |
|---|
| 28 | 28 | }; |
|---|
| 29 | 29 | |
|---|
| 30 | 30 | fixed-rate-clocks { |
|---|
| .. | .. |
|---|
| 36 | 36 | xusbxti { |
|---|
| 37 | 37 | compatible = "samsung,clock-xusbxti"; |
|---|
| 38 | 38 | clock-frequency = <24000000>; |
|---|
| 39 | + }; |
|---|
| 40 | + |
|---|
| 41 | + pmic_ap_clk: pmic-ap-clk { |
|---|
| 42 | + /* Workaround for missing clock on PMIC */ |
|---|
| 43 | + compatible = "fixed-clock"; |
|---|
| 44 | + #clock-cells = <0>; |
|---|
| 45 | + clock-frequency = <32768>; |
|---|
| 46 | + }; |
|---|
| 47 | + }; |
|---|
| 48 | +}; |
|---|
| 49 | + |
|---|
| 50 | +&cpu_thermal { |
|---|
| 51 | + cooling-maps { |
|---|
| 52 | + cooling_map0: map0 { |
|---|
| 53 | + /* Corresponds to 800MHz at freq_table */ |
|---|
| 54 | + cooling-device = <&cpu0 7 7>, <&cpu1 7 7>, |
|---|
| 55 | + <&cpu2 7 7>, <&cpu3 7 7>; |
|---|
| 56 | + }; |
|---|
| 57 | + cooling_map1: map1 { |
|---|
| 58 | + /* Corresponds to 200MHz at freq_table */ |
|---|
| 59 | + cooling-device = <&cpu0 13 13>, <&cpu1 13 13>, |
|---|
| 60 | + <&cpu2 13 13>, <&cpu3 13 13>; |
|---|
| 39 | 61 | }; |
|---|
| 40 | 62 | }; |
|---|
| 41 | 63 | }; |
|---|
| .. | .. |
|---|
| 127 | 149 | }; |
|---|
| 128 | 150 | }; |
|---|
| 129 | 151 | |
|---|
| 152 | +&rtc { |
|---|
| 153 | + clocks = <&clock CLK_RTC>, <&pmic_ap_clk>; |
|---|
| 154 | + clock-names = "rtc", "rtc_src"; |
|---|
| 155 | +}; |
|---|
| 156 | + |
|---|
| 130 | 157 | &sdhci_2 { |
|---|
| 131 | 158 | bus-width = <4>; |
|---|
| 132 | 159 | pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4 &sd2_cd>; |
|---|