blob: 1f08fbcc95eb2e8f717c4291effb77585d714205 [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.infineon.platform;
extend uint fuchsia.BIND_PLATFORM_DEV_VID {
INFINEON = 24,
};
extend uint fuchsia.BIND_PLATFORM_DEV_PID {
BGT60TR13C = 0x01,
};
extend uint fuchsia.BIND_PLATFORM_DEV_DID {
RADAR_SENSOR = 0x26,
};