.. | .. |
---|
51 | 51 | compatible = "simple-bus"; |
---|
52 | 52 | ranges; |
---|
53 | 53 | |
---|
54 | | - periph_cntl: syscon@10000000 { |
---|
| 54 | + clkctl: clock-controller@10000004 { |
---|
| 55 | + compatible = "brcm,bcm6368-clocks"; |
---|
| 56 | + reg = <0x10000004 0x4>; |
---|
| 57 | + #clock-cells = <1>; |
---|
| 58 | + }; |
---|
| 59 | + |
---|
| 60 | + periph_cntl: syscon@100000008 { |
---|
55 | 61 | compatible = "syscon"; |
---|
56 | | - reg = <0x10000000 0x14>; |
---|
| 62 | + reg = <0x10000008 0x4>; |
---|
57 | 63 | native-endian; |
---|
58 | 64 | }; |
---|
59 | 65 | |
---|
60 | 66 | reboot: syscon-reboot@10000008 { |
---|
61 | 67 | compatible = "syscon-reboot"; |
---|
62 | 68 | regmap = <&periph_cntl>; |
---|
63 | | - offset = <0x8>; |
---|
| 69 | + offset = <0x0>; |
---|
64 | 70 | mask = <0x1>; |
---|
65 | 71 | }; |
---|
66 | 72 | |
---|