2020-01-10 00:16:20 +05:30
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
|
|
|
|
*/
|
2020-01-10 00:16:21 +05:30
|
|
|
|
|
|
|
#include "rockchip-u-boot.dtsi"
|
2022-04-16 17:09:43 +02:00
|
|
|
#include "rk3xxx-u-boot.dtsi"
|
2021-06-25 15:26:32 +02:00
|
|
|
|
|
|
|
&global_timer {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio0 {
|
|
|
|
compatible = "rockchip,gpio-bank";
|
2023-03-19 16:05:43 +01:00
|
|
|
gpio-ranges = <&pinctrl 0 0 32>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio1 {
|
|
|
|
gpio-ranges = <&pinctrl 0 32 32>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio2 {
|
|
|
|
gpio-ranges = <&pinctrl 0 64 32>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio3 {
|
|
|
|
gpio-ranges = <&pinctrl 0 96 32>;
|
2021-06-25 15:26:32 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
&pmu {
|
|
|
|
compatible = "rockchip,rk3188-pmu", "syscon", "simple-mfd";
|
|
|
|
};
|
|
|
|
|