Lines Matching +full:nvmem +full:- +full:cells +full:- +full:names
4 - compatible : must be one of following:
5 - "fsl,imx6q-tempmon" for i.MX6Q,
6 - "fsl,imx6sx-tempmon" for i.MX6SX,
7 - "fsl,imx7d-tempmon" for i.MX7S/D.
8 - interrupts : the interrupt output of the controller:
13 - fsl,tempmon : phandle pointer to system controller that contains TEMPMON
15 - nvmem-cells: A phandle to the calibration cells provided by ocotp.
16 - nvmem-cell-names: Should be "calib", "temp_grade".
19 - fsl,tempmon-data : phandle pointer to fuse controller that contains TEMPMON
23 Direct access to OCOTP via fsl,tempmon-data is incorrect on some newer chips
27 - clocks : thermal sensor's clock source.
31 #address-cells = <1>;
32 #size-cells = <1>;
33 compatible = "fsl,imx6sx-ocotp", "syscon";
41 tempmon_temp_grade: temp-grade@20 {
47 compatible = "fsl,imx6sx-tempmon", "fsl,imx6q-tempmon";
50 nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>;
51 nvmem-cell-names = "calib", "temp_grade";
57 compatible = "fsl,imx6q-tempmon";
59 fsl,tempmon-data = <&ocotp>;