brintos

brintos / linux-shallow public Read only

0
0
Text · 367 B · b14da36 Raw
16 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright (c) 2020 frank@allwinnertech.com4 * Copyright (C) 2021 Samuel Holland <samuel@sholland.org>5 */6 7#ifndef _CCU_SUN20I_D1_H_8#define _CCU_SUN20I_D1_H_9 10#include <dt-bindings/clock/sun20i-d1-ccu.h>11#include <dt-bindings/reset/sun20i-d1-ccu.h>12 13#define CLK_NUMBER		(CLK_BUS_CAN1 + 1)14 15#endif /* _CCU_SUN20I_D1_H_ */16