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