Searched +full:berlin2 +full:- +full:adc (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/iio/adc/marvell,berlin2-adc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Berlin 2 Analog to Digital Converter (ADC)10 - Antoine Tenart <antoine.tenart@free-electrons.com>13 The Berlin ADC has 8 channels, with one connected to a temperature sensor.14 It is part of the system controller register set. The ADC node should be a15 sub-node of the system controller node.19 const: marvell,berlin2-adc[all …]
1 * Berlin Analog to Digital Converter (ADC)3 The Berlin ADC has 8 channels, with one connected to a temperature sensor.4 It is part of the system controller register set. The ADC node should be a5 sub-node of the system controller node.8 - compatible: must be "marvell,berlin2-adc"9 - interrupts: the interrupts for the ADC and the temperature sensor10 - interrupt-names: should be "adc" and "tsen"14 adc: adc {15 compatible = "marvell,berlin2-adc";16 interrupt-parent = <&sic>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)3 * Device Tree Include file for Marvell Armada 1500-mini (Berlin BG2CD) SoC11 #include <dt-bindings/clock/berlin2.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>15 model = "Marvell Armada 1500-mini (BG2CD) SoC";17 #address-cells = <1>;18 #size-cells = <1>;26 #address-cells = <1>;27 #size-cells = <0>;30 compatible = "arm,cortex-a9";[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)3 * Copyright (C) 2014 Antoine Ténart <antoine.tenart@free-electrons.com>6 #include <dt-bindings/clock/berlin2q.h>7 #include <dt-bindings/interrupt-controller/arm-gic.h>10 model = "Marvell Armada 1500 pro (BG2-Q) SoC";12 #address-cells = <1>;13 #size-cells = <1>;21 #address-cells = <1>;22 #size-cells = <0>;23 enable-method = "marvell,berlin-smp";[all …]