0001 TI-NSPIRE Clocks
0002
0003 Required properties:
0004 - compatible: Valid compatible properties include:
0005 "lsi,nspire-cx-ahb-divider" for the AHB divider in the CX model
0006 "lsi,nspire-classic-ahb-divider" for the AHB divider in the older model
0007 "lsi,nspire-cx-clock" for the base clock in the CX model
0008 "lsi,nspire-classic-clock" for the base clock in the older model
0009
0010 - reg: Physical base address of the controller and length of memory mapped
0011 region.
0012
0013 Optional:
0014 - clocks: For the "nspire-*-ahb-divider" compatible clocks, this is the parent
0015 clock where it divides the rate from.
0016
0017 Example:
0018
0019 ahb_clk {
0020 #clock-cells = <0>;
0021 compatible = "lsi,nspire-cx-clock";
0022 reg = <0x900B0000 0x4>;
0023 clocks = <&base_clk>;
0024 };