| .. | .. |
|---|
| 26 | 26 | }; |
|---|
| 27 | 27 | |
|---|
| 28 | 28 | chosen { |
|---|
| 29 | | - bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC1,115200 init=/linuxrc"; |
|---|
| 30 | | - stdout-path = &serial_1; |
|---|
| 29 | + bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M init=/linuxrc"; |
|---|
| 30 | + stdout-path = "serial1:115200n8"; |
|---|
| 31 | 31 | }; |
|---|
| 32 | 32 | |
|---|
| 33 | 33 | fixed-rate-clocks { |
|---|
| .. | .. |
|---|
| 39 | 39 | xusbxti { |
|---|
| 40 | 40 | compatible = "samsung,clock-xusbxti"; |
|---|
| 41 | 41 | clock-frequency = <24000000>; |
|---|
| 42 | + }; |
|---|
| 43 | + |
|---|
| 44 | + pmic_ap_clk: pmic-ap-clk { |
|---|
| 45 | + /* Workaround for missing clock on PMIC */ |
|---|
| 46 | + compatible = "fixed-clock"; |
|---|
| 47 | + #clock-cells = <0>; |
|---|
| 48 | + clock-frequency = <32768>; |
|---|
| 49 | + }; |
|---|
| 50 | + }; |
|---|
| 51 | +}; |
|---|
| 52 | + |
|---|
| 53 | +&cpu_thermal { |
|---|
| 54 | + cooling-maps { |
|---|
| 55 | + map0 { |
|---|
| 56 | + /* Corresponds to 800MHz */ |
|---|
| 57 | + cooling-device = <&cpu0 2 2>; |
|---|
| 58 | + }; |
|---|
| 59 | + map1 { |
|---|
| 60 | + /* Corresponds to 200MHz */ |
|---|
| 61 | + cooling-device = <&cpu0 4 4>; |
|---|
| 42 | 62 | }; |
|---|
| 43 | 63 | }; |
|---|
| 44 | 64 | }; |
|---|
| .. | .. |
|---|
| 148 | 168 | }; |
|---|
| 149 | 169 | }; |
|---|
| 150 | 170 | |
|---|
| 171 | +&rtc { |
|---|
| 172 | + clocks = <&clock CLK_RTC>, <&pmic_ap_clk>; |
|---|
| 173 | + clock-names = "rtc", "rtc_src"; |
|---|
| 174 | +}; |
|---|
| 175 | + |
|---|
| 151 | 176 | &sdhci_2 { |
|---|
| 152 | 177 | bus-width = <4>; |
|---|
| 153 | 178 | pinctrl-names = "default"; |
|---|