Heinrich Schuchardt | 143256b | 2019-04-28 06:46:57 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Fabian Vogt | 4602558 | 2016-09-26 14:26:47 +0200 | [diff] [blame] | 2 | #include "bcm283x.dtsi" |
| 3 | |
| 4 | / { |
| 5 | compatible = "brcm,bcm2835"; |
| 6 | |
| 7 | cpus { |
| 8 | #address-cells = <1>; |
| 9 | #size-cells = <0>; |
| 10 | |
| 11 | cpu@0 { |
| 12 | device_type = "cpu"; |
| 13 | compatible = "arm,arm1176jzf-s"; |
| 14 | reg = <0x0>; |
| 15 | }; |
| 16 | }; |
| 17 | |
| 18 | soc { |
| 19 | ranges = <0x7e000000 0x20000000 0x02000000>; |
| 20 | dma-ranges = <0x40000000 0x00000000 0x20000000>; |
Heinrich Schuchardt | 143256b | 2019-04-28 06:46:57 +0200 | [diff] [blame] | 21 | }; |
Fabian Vogt | 4602558 | 2016-09-26 14:26:47 +0200 | [diff] [blame] | 22 | |
Heinrich Schuchardt | 143256b | 2019-04-28 06:46:57 +0200 | [diff] [blame] | 23 | arm-pmu { |
| 24 | compatible = "arm,arm1176-pmu"; |
Fabian Vogt | 4602558 | 2016-09-26 14:26:47 +0200 | [diff] [blame] | 25 | }; |
| 26 | }; |
Alexander Graf | 409f05f | 2017-10-04 14:39:16 +0200 | [diff] [blame] | 27 | |
| 28 | &cpu_thermal { |
| 29 | coefficients = <(-538) 407000>; |
| 30 | }; |
| 31 | |
| 32 | /* enable thermal sensor with the correct compatible property set */ |
| 33 | &thermal { |
| 34 | compatible = "brcm,bcm2835-thermal"; |
| 35 | status = "okay"; |
| 36 | }; |