1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/clock/bitmain,bm1880-clk.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Bitmain BM1880 Clock Controller
10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
13 The Bitmain BM1880 clock controller generates and supplies clock to
14 various peripherals within the SoC.
16 This binding uses common clock bindings
17 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
21 const: bitmain,bm1880-clk
25 - description: pll registers
26 - description: system registers
50 additionalProperties: false
53 # Clock controller node:
55 clk: clock-controller@e8 {
56 compatible = "bitmain,bm1880-clk";
57 reg = <0xe8 0x0c>, <0x800 0xb0>;
58 reg-names = "pll", "sys";