xref: /linux/scripts/dtc/include-prefixes/arm64/renesas/rzg2l-smarc-som.dtsi (revision 8839e60e15a1ae297c2b1484b5dac46198eb4e69)
1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2/*
3 * Device Tree Source for the RZ/G2L SMARC SOM common parts
4 *
5 * Copyright (C) 2021 Renesas Electronics Corp.
6 */
7
8#include <dt-bindings/pinctrl/rzg2l-pinctrl.h>
9
10/ {
11	memory@48000000 {
12		device_type = "memory";
13		/* first 128MB is reserved for secure area. */
14		reg = <0x0 0x48000000 0x0 0x78000000>;
15	};
16};
17
18&adc {
19	pinctrl-0 = <&adc_pins>;
20	pinctrl-names = "default";
21	status = "okay";
22
23	/delete-node/ channel@6;
24	/delete-node/ channel@7;
25};
26
27&extal_clk {
28	clock-frequency = <24000000>;
29};
30
31&pinctrl {
32	adc_pins: adc {
33		pinmux = <RZG2L_PORT_PINMUX(9, 0, 2)>; /* ADC_TRG */
34	};
35};
36