| .. | .. |
|---|
| 51 | 51 | compatible = "simple-bus"; |
|---|
| 52 | 52 | ranges; |
|---|
| 53 | 53 | |
|---|
| 54 | | - periph_cntl: syscon@fff8c000 { |
|---|
| 54 | + clkctl: clock-controller@fff8c004 { |
|---|
| 55 | + compatible = "brcm,bcm3368-clocks"; |
|---|
| 56 | + reg = <0xfff8c004 0x4>; |
|---|
| 57 | + #clock-cells = <1>; |
|---|
| 58 | + }; |
|---|
| 59 | + |
|---|
| 60 | + periph_cntl: syscon@fff8c008 { |
|---|
| 55 | 61 | compatible = "syscon"; |
|---|
| 56 | | - reg = <0xfff8c000 0xc>; |
|---|
| 62 | + reg = <0xfff8c008 0x4>; |
|---|
| 57 | 63 | native-endian; |
|---|
| 58 | 64 | }; |
|---|
| 59 | 65 | |
|---|
| 60 | 66 | reboot: syscon-reboot@fff8c008 { |
|---|
| 61 | 67 | compatible = "syscon-reboot"; |
|---|
| 62 | 68 | regmap = <&periph_cntl>; |
|---|
| 63 | | - offset = <0x8>; |
|---|
| 69 | + offset = <0x0>; |
|---|
| 64 | 70 | mask = <0x1>; |
|---|
| 65 | 71 | }; |
|---|
| 66 | 72 | |
|---|